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