Struct gtk_sys::GtkContainerCellAccessible [−][src]
#[repr(C)]pub struct GtkContainerCellAccessible { pub parent: GtkCellAccessible, pub priv_: *mut GtkContainerCellAccessiblePrivate, }
Fields
parent: GtkCellAccessible
priv_: *mut GtkContainerCellAccessiblePrivate
Trait Implementations
impl Copy for GtkContainerCellAccessible[src]
impl Copy for GtkContainerCellAccessibleimpl Clone for GtkContainerCellAccessible[src]
impl Clone for GtkContainerCellAccessiblefn clone(&self) -> GtkContainerCellAccessible[src]
fn clone(&self) -> GtkContainerCellAccessibleReturns 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 GtkContainerCellAccessible[src]
impl Debug for GtkContainerCellAccessibleAuto Trait Implementations
impl !Send for GtkContainerCellAccessible
impl !Send for GtkContainerCellAccessibleimpl !Sync for GtkContainerCellAccessible
impl !Sync for GtkContainerCellAccessible