#[repr(C)]pub struct GtkShortcutsWindow { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkShortcutsWindow
impl RefUnwindSafe for GtkShortcutsWindow
impl !Send for GtkShortcutsWindow
impl !Sync for GtkShortcutsWindow
impl !Unpin 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