pub enum Error<IE> {
Bus(IE),
InvalidDevice,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<IE> Freeze for Error<IE>where
IE: Freeze,
impl<IE> RefUnwindSafe for Error<IE>where
IE: RefUnwindSafe,
impl<IE> Send for Error<IE>where
IE: Send,
impl<IE> Sync for Error<IE>where
IE: Sync,
impl<IE> Unpin for Error<IE>where
IE: Unpin,
impl<IE> UnwindSafe for Error<IE>where
IE: UnwindSafe,
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