Struct gtk_sys::GtkLockButton
source · #[repr(C)]pub struct GtkLockButton {
pub parent: GtkButton,
pub priv_: *mut GtkLockButtonPrivate,
}Fields§
§parent: GtkButton§priv_: *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