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