#[repr(C)]pub struct GtkShortcutsWindow {
pub window: GtkWindow,
}Fields§
§window: GtkWindowTrait Implementations§
Source§impl Clone for GtkShortcutsWindow
impl Clone for GtkShortcutsWindow
Source§fn clone(&self) -> GtkShortcutsWindow
fn clone(&self) -> GtkShortcutsWindow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkShortcutsWindow
Auto Trait Implementations§
impl !Send for GtkShortcutsWindow
impl !Sync for GtkShortcutsWindow
impl Freeze for GtkShortcutsWindow
impl RefUnwindSafe for GtkShortcutsWindow
impl Unpin for GtkShortcutsWindow
impl UnsafeUnpin for GtkShortcutsWindow
impl UnwindSafe for GtkShortcutsWindow
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more