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