Struct gtk_sys::GtkContainerAccessible [−][src]
#[repr(C)]pub struct GtkContainerAccessible { pub parent: GtkWidgetAccessible, pub priv_: *mut GtkContainerAccessiblePrivate, }
Fields
parent: GtkWidgetAccessible
priv_: *mut GtkContainerAccessiblePrivate
Trait Implementations
impl Copy for GtkContainerAccessible[src]
impl Copy for GtkContainerAccessibleimpl Clone for GtkContainerAccessible[src]
impl Clone for GtkContainerAccessiblefn clone(&self) -> GtkContainerAccessible[src]
fn clone(&self) -> GtkContainerAccessibleReturns 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 GtkContainerAccessible[src]
impl Debug for GtkContainerAccessibleAuto Trait Implementations
impl !Send for GtkContainerAccessible
impl !Send for GtkContainerAccessibleimpl !Sync for GtkContainerAccessible
impl !Sync for GtkContainerAccessible