pub enum DeviceExtraEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceExtraEvent
impl RefUnwindSafe for DeviceExtraEvent
impl Send for DeviceExtraEvent
impl Sync for DeviceExtraEvent
impl Unpin for DeviceExtraEvent
impl UnwindSafe for DeviceExtraEvent
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