Enum gtk::NumberUpLayout
[−]
[src]
pub enum NumberUpLayout { Lrtb, Lrbt, Rltb, Rlbt, Tblr, Tbrl, Btlr, Btrl, // some variants omitted }
Variants
Lrtb
Lrbt
Rltb
Rlbt
Tblr
Tbrl
Btlr
Btrl
Trait Implementations
impl Clone for NumberUpLayout
[src]
fn clone(&self) -> NumberUpLayout
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
impl Copy for NumberUpLayout
[src]
impl Debug for NumberUpLayout
[src]
impl Eq for NumberUpLayout
[src]
impl PartialEq for NumberUpLayout
[src]
fn eq(&self, __arg_0: &NumberUpLayout) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &NumberUpLayout) -> bool
This method tests for !=
.