Struct libdazzle_sys::DzlShortcutsWindowClass
source · [−]#[repr(C)]pub struct DzlShortcutsWindowClass {
pub parent_class: GtkWindowClass,
pub close: Option<unsafe extern "C" fn(_: *mut DzlShortcutsWindow)>,
pub search: Option<unsafe extern "C" fn(_: *mut DzlShortcutsWindow)>,
}Fields
parent_class: GtkWindowClassclose: Option<unsafe extern "C" fn(_: *mut DzlShortcutsWindow)>search: Option<unsafe extern "C" fn(_: *mut DzlShortcutsWindow)>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DzlShortcutsWindowClass
impl !Send for DzlShortcutsWindowClass
impl !Sync for DzlShortcutsWindowClass
impl Unpin for DzlShortcutsWindowClass
impl UnwindSafe for DzlShortcutsWindowClass
Blanket Implementations
Mutably borrows from an owned value. Read more