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