Enum gtk_sys::GtkNumberUpLayout
[−]
[src]
#[repr(C)]pub enum GtkNumberUpLayout { Lrtb, Lrbt, Rltb, Rlbt, Tblr, Tbrl, Btlr, Btrl, }
Variants
Lrtb
Lrbt
Rltb
Rlbt
Tblr
Tbrl
Btlr
Btrl
Trait Implementations
impl Clone for GtkNumberUpLayout
[src]
fn clone(&self) -> GtkNumberUpLayout
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