Enum stm32_hal2::qspi::QspiError
source · pub enum QspiError {
Busy,
Underflow,
}
Expand description
Indicates an error with the QSPI peripheral.
Variants§
Trait Implementations§
source§impl PartialEq for QspiError
impl PartialEq for QspiError
impl Copy for QspiError
impl StructuralPartialEq for QspiError
Auto Trait Implementations§
impl RefUnwindSafe for QspiError
impl Send for QspiError
impl Sync for QspiError
impl Unpin for QspiError
impl UnwindSafe for QspiError
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