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