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 GtkButtonBox
impl Clone for GtkButtonBox
[src]
impl Clone for GtkButtonBox
fn clone(&self) -> GtkButtonBox
[src]
fn clone(&self) -> GtkButtonBox
Returns 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 GtkButtonBox
Auto Trait Implementations
impl !Send for GtkButtonBox
impl !Send for GtkButtonBox
impl !Sync for GtkButtonBox
impl !Sync for GtkButtonBox