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