Struct gtk_sys::GtkShortcutsWindow [−][src]
#[repr(C)]pub struct GtkShortcutsWindow { pub window: GtkWindow, }
Fields
window: GtkWindow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkShortcutsWindow
impl !Send for GtkShortcutsWindow
impl !Sync for GtkShortcutsWindow
impl Unpin for GtkShortcutsWindow
impl UnwindSafe for GtkShortcutsWindow
Blanket Implementations
Mutably borrows from an owned value. Read more