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