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