Struct gtk_sys::GtkShortcutsWindow
[−]
[src]
#[repr(C)]pub struct GtkShortcutsWindow { pub window: GtkWindow, }
Fields
window: GtkWindow
Trait Implementations
impl Copy for GtkShortcutsWindow
[src]
impl Clone for GtkShortcutsWindow
[src]
fn clone(&self) -> GtkShortcutsWindow
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more