Struct gtk_sys::GtkApplicationClass [−][src]
#[repr(C)]pub struct GtkApplicationClass { pub parent_class: GApplicationClass, pub window_added: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub window_removed: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub padding: [gpointer; 12], }
Fields
parent_class: GApplicationClasswindow_added: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>window_removed: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>padding: [gpointer; 12]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkApplicationClassimpl !Send for GtkApplicationClassimpl !Sync for GtkApplicationClassimpl Unpin for GtkApplicationClassimpl UnwindSafe for GtkApplicationClassBlanket Implementations
Mutably borrows from an owned value. Read more