[][src]Struct gtk_sys::GtkLockButtonClass

#[repr(C)]pub struct GtkLockButtonClass {
    pub parent_class: GtkButtonClass,
    pub reserved0: Option<unsafe extern "C" fn()>,
    pub reserved1: Option<unsafe extern "C" fn()>,
    pub reserved2: Option<unsafe extern "C" fn()>,
    pub reserved3: Option<unsafe extern "C" fn()>,
    pub reserved4: Option<unsafe extern "C" fn()>,
    pub reserved5: Option<unsafe extern "C" fn()>,
    pub reserved6: Option<unsafe extern "C" fn()>,
    pub reserved7: Option<unsafe extern "C" fn()>,
}

Fields

parent_class: GtkButtonClassreserved0: Option<unsafe extern "C" fn()>reserved1: Option<unsafe extern "C" fn()>reserved2: Option<unsafe extern "C" fn()>reserved3: Option<unsafe extern "C" fn()>reserved4: Option<unsafe extern "C" fn()>reserved5: Option<unsafe extern "C" fn()>reserved6: Option<unsafe extern "C" fn()>reserved7: Option<unsafe extern "C" fn()>

Trait Implementations

impl Clone for GtkLockButtonClass[src]

impl Copy for GtkLockButtonClass[src]

impl Debug for GtkLockButtonClass[src]

Auto Trait Implementations

impl RefUnwindSafe for GtkLockButtonClass

impl !Send for GtkLockButtonClass

impl !Sync for GtkLockButtonClass

impl Unpin for GtkLockButtonClass

impl UnwindSafe for GtkLockButtonClass

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.