Struct gtk_sys::GtkLockButton[][src]

#[repr(C)]
pub struct GtkLockButton { pub parent: GtkButton, pub priv_: *mut GtkLockButtonPrivate, }

Fields

Trait Implementations

impl Copy for GtkLockButton
[src]

impl Clone for GtkLockButton
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkLockButton
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkLockButton

impl !Sync for GtkLockButton