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