Struct gtk_sys::GtkHandleBoxClass [−][src]
#[repr(C)]pub struct GtkHandleBoxClass { pub parent_class: GtkBinClass, pub child_attached: Option<unsafe extern "C" fn(_: *mut GtkHandleBox, _: *mut GtkWidget)>, pub child_detached: Option<unsafe extern "C" fn(_: *mut GtkHandleBox, _: *mut GtkWidget)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GtkBinClasschild_attached: Option<unsafe extern "C" fn(_: *mut GtkHandleBox, _: *mut GtkWidget)>child_detached: Option<unsafe extern "C" fn(_: *mut GtkHandleBox, _: *mut GtkWidget)>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkHandleBoxClassimpl !Send for GtkHandleBoxClassimpl !Sync for GtkHandleBoxClassimpl Unpin for GtkHandleBoxClassimpl UnwindSafe for GtkHandleBoxClassBlanket Implementations
Mutably borrows from an owned value. Read more