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