Enum gtk_sys::GtkExpanderStyle
[−]
[src]
#[repr(C)]pub enum GtkExpanderStyle { Collapsed, SemiCollapsed, SemiExpanded, Expanded, }
Variants
Collapsed
SemiCollapsed
SemiExpanded
Expanded
Trait Implementations
impl Clone for GtkExpanderStyle
[src]
fn clone(&self) -> GtkExpanderStyle
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