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
impl Copy for GtkButtonBox[src]
impl Copy for GtkButtonBoximpl Clone for GtkButtonBox[src]
impl Clone for GtkButtonBoxfn clone(&self) -> GtkButtonBox[src]
fn clone(&self) -> GtkButtonBoxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkButtonBox[src]
impl Debug for GtkButtonBoxAuto Trait Implementations
impl !Send for GtkButtonBox
impl !Send for GtkButtonBoximpl !Sync for GtkButtonBox
impl !Sync for GtkButtonBox