Struct linux_embedded_hal::SPIError
source · [−]pub struct SPIError { /* private fields */ }Expand description
Error type wrapping io::Error to implement embedded_hal::spi::ErrorKind
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SPIError
impl Send for SPIError
impl Sync for SPIError
impl Unpin for SPIError
impl !UnwindSafe for SPIError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more