[][src]Struct libdazzle_sys::DzlPreferencesBinClass

#[repr(C)]pub struct DzlPreferencesBinClass {
    pub parent_class: GtkBinClass,
    pub connect: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut GSettings)>,
    pub disconnect: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut GSettings)>,
    pub matches: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut DzlPatternSpec) -> gboolean>,
    pub _reserved1: gpointer,
    pub _reserved2: gpointer,
    pub _reserved3: gpointer,
    pub _reserved4: gpointer,
    pub _reserved5: gpointer,
    pub _reserved6: gpointer,
    pub _reserved7: gpointer,
    pub _reserved8: gpointer,
}

Fields

parent_class: GtkBinClassconnect: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut GSettings)>disconnect: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut GSettings)>matches: Option<unsafe extern "C" fn(_: *mut DzlPreferencesBin, _: *mut DzlPatternSpec) -> gboolean>_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointer_reserved5: gpointer_reserved6: gpointer_reserved7: gpointer_reserved8: gpointer

Trait Implementations

impl Clone for DzlPreferencesBinClass[src]

impl Copy for DzlPreferencesBinClass[src]

impl Debug for DzlPreferencesBinClass[src]

Auto Trait Implementations

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.