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