Struct gtk_sys::GtkExpanderAccessible [−][src]
#[repr(C)]pub struct GtkExpanderAccessible { pub parent: GtkContainerAccessible, pub priv_: *mut GtkExpanderAccessiblePrivate, }
Fields
parent: GtkContainerAccessible
priv_: *mut GtkExpanderAccessiblePrivate
Trait Implementations
impl Copy for GtkExpanderAccessible[src]
impl Copy for GtkExpanderAccessibleimpl Clone for GtkExpanderAccessible[src]
impl Clone for GtkExpanderAccessiblefn clone(&self) -> GtkExpanderAccessible[src]
fn clone(&self) -> GtkExpanderAccessibleReturns 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 GtkExpanderAccessible[src]
impl Debug for GtkExpanderAccessibleAuto Trait Implementations
impl !Send for GtkExpanderAccessible
impl !Send for GtkExpanderAccessibleimpl !Sync for GtkExpanderAccessible
impl !Sync for GtkExpanderAccessible