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