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