Struct gtk4_sys::GtkCellAreaContext [−][src]
#[repr(C)]pub struct GtkCellAreaContext {
pub parent_instance: GObject,
}
Fields
parent_instance: GObject
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