Struct gtk_sys::GtkCellArea [−][src]
#[repr(C)]pub struct GtkCellArea { pub parent_instance: GInitiallyUnowned, pub priv_: *mut GtkCellAreaPrivate, }
Fields
parent_instance: GInitiallyUnownedpriv_: *mut GtkCellAreaPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkCellAreaimpl !Send for GtkCellAreaimpl !Sync for GtkCellAreaimpl Unpin for GtkCellAreaimpl UnwindSafe for GtkCellAreaBlanket Implementations
Mutably borrows from an owned value. Read more