Enum gtk::SizeGroupMode
[−]
[src]
pub enum SizeGroupMode {
None,
Horizontal,
Vertical,
Both,
// some variants omitted
}Variants
NoneHorizontalVerticalBothTrait Implementations
impl Clone for SizeGroupMode[src]
fn clone(&self) -> SizeGroupMode
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 SizeGroupMode[src]
impl Debug for SizeGroupMode[src]
impl Eq for SizeGroupMode[src]
impl PartialEq for SizeGroupMode[src]
fn eq(&self, __arg_0: &SizeGroupMode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SizeGroupMode) -> bool
This method tests for !=.