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
Auto Trait Implementations
impl RefUnwindSafe for GtkContainerCellAccessible
impl !Send for GtkContainerCellAccessible
impl !Sync for GtkContainerCellAccessible
impl Unpin for GtkContainerCellAccessible
impl UnwindSafe for GtkContainerCellAccessible
Blanket Implementations
Mutably borrows from an owned value. Read more