Struct gtk_sys::GtkButtonBox
source · [−]#[repr(C)]pub struct GtkButtonBox {
pub box_: GtkBox,
pub priv_: *mut GtkButtonBoxPrivate,
}Fields
box_: GtkBoxpriv_: *mut GtkButtonBoxPrivateTrait 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