Enum gtk_sys::GtkPrintDuplex
[−]
[src]
pub enum GtkPrintDuplex { Simplex, Horizontal, Vertical, }
Variants
Simplex
Horizontal
Vertical
Trait Implementations
impl Clone for GtkPrintDuplex
[src]
fn clone(&self) -> GtkPrintDuplex
[−]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[−]
Performs copy-assignment from source
. Read more