Struct libdazzle_sys::DzlApplicationClass
source · [−]#[repr(C)]pub struct DzlApplicationClass {
pub parent_class: GtkApplicationClass,
pub add_resources: Option<unsafe extern "C" fn(_: *mut DzlApplication, _: *const c_char)>,
pub remove_resources: Option<unsafe extern "C" fn(_: *mut DzlApplication, _: *const c_char)>,
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: GtkApplicationClassadd_resources: Option<unsafe extern "C" fn(_: *mut DzlApplication, _: *const c_char)>remove_resources: Option<unsafe extern "C" fn(_: *mut DzlApplication, _: *const c_char)>_reserved1: gpointer_reserved2: gpointer_reserved3: gpointer_reserved4: gpointer_reserved5: gpointer_reserved6: gpointer_reserved7: gpointer_reserved8: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlApplicationClass
impl !Send for DzlApplicationClass
impl !Sync for DzlApplicationClass
impl Unpin for DzlApplicationClass
impl UnwindSafe for DzlApplicationClass
Blanket Implementations
Mutably borrows from an owned value. Read more