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