Struct libui_ng_sys::platform::unix::gtk_sys::GtkButtonBox
source · pub struct GtkButtonBox {
pub box_: GtkBox,
pub priv_: *mut *mut _GtkButtonBoxPrivate,
}Fields§
§box_: GtkBox§priv_: *mut *mut _GtkButtonBoxPrivateTrait 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