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