Struct gtk_sys::GtkButtonBox
source · #[repr(C)]pub struct GtkButtonBox {
pub box_: GtkBox,
pub priv_: *mut GtkButtonBoxPrivate,
}
Fields§
§box_: GtkBox
§priv_: *mut GtkButtonBoxPrivate
Trait Implementations§
source§impl Clone for GtkButtonBox
impl Clone for GtkButtonBox
source§fn clone(&self) -> GtkButtonBox
fn clone(&self) -> GtkButtonBox
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more