Enum atsamd_hal::dsu::PeripheralError
source · [−]pub enum PeripheralError {
BusError,
}
Expand description
Errors from hardware
Variants
BusError
Usually misaligned address of length
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PeripheralError
impl Send for PeripheralError
impl Sync for PeripheralError
impl Unpin for PeripheralError
impl UnwindSafe for PeripheralError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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