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