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