Struct libui_ng_sys::platform::unix::gtk_sys::GtkToggleButton
source · pub struct GtkToggleButton {
pub button: GtkButton,
pub priv_: *mut *mut _GtkToggleButtonPrivate,
}Fields§
§priv_: *mut *mut _GtkToggleButtonPrivateTrait Implementations§
source§impl Clone for GtkToggleButton
impl Clone for GtkToggleButton
source§fn clone(&self) -> GtkToggleButton
fn clone(&self) -> GtkToggleButton
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