Struct gtk_sys::GtkShortcutsWindow[][src]

#[repr(C)]
pub struct GtkShortcutsWindow { pub window: GtkWindow, }

Fields

Trait Implementations

impl Copy for GtkShortcutsWindow
[src]

impl Clone for GtkShortcutsWindow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkShortcutsWindow
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations