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