Struct gtk_sys::GtkExpander [−][src]
#[repr(C)]pub struct GtkExpander { pub bin: GtkBin, pub priv_: *mut GtkExpanderPrivate, }
Fields
bin: GtkBin
priv_: *mut GtkExpanderPrivate
Trait Implementations
impl Copy for GtkExpander
[src]
impl Copy for GtkExpander
impl Clone for GtkExpander
[src]
impl Clone for GtkExpander
fn clone(&self) -> GtkExpander
[src]
fn clone(&self) -> GtkExpander
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GtkExpander
[src]
impl Debug for GtkExpander
Auto Trait Implementations
impl !Send for GtkExpander
impl !Send for GtkExpander
impl !Sync for GtkExpander
impl !Sync for GtkExpander