Struct gtk_sys::GtkBooleanCellAccessible [−][src]
#[repr(C)]pub struct GtkBooleanCellAccessible { pub parent: GtkRendererCellAccessible, pub priv_: *mut GtkBooleanCellAccessiblePrivate, }
Fields
parent: GtkRendererCellAccessible
priv_: *mut GtkBooleanCellAccessiblePrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkBooleanCellAccessible
impl !Send for GtkBooleanCellAccessible
impl !Sync for GtkBooleanCellAccessible
impl Unpin for GtkBooleanCellAccessible
impl UnwindSafe for GtkBooleanCellAccessible
Blanket Implementations
Mutably borrows from an owned value. Read more