Struct gtk4_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; 8],
}
Fields
parent_class: GApplicationClass
window_added: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>
window_removed: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>
padding: [gpointer; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkApplicationClass
impl !Send for GtkApplicationClass
impl !Sync for GtkApplicationClass
impl Unpin for GtkApplicationClass
impl UnwindSafe for GtkApplicationClass
Blanket Implementations
Mutably borrows from an owned value. Read more