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