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