pub enum QspiInterrupt {
FifoThreshold,
StatusMatch,
Timeout,
TransferComplete,
TransferError,
}
Expand description
Interrupt events
Variants§
Trait Implementations§
Source§impl Clone for QspiInterrupt
impl Clone for QspiInterrupt
Source§fn clone(&self) -> QspiInterrupt
fn clone(&self) -> QspiInterrupt
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for QspiInterrupt
impl PartialEq for QspiInterrupt
impl Copy for QspiInterrupt
impl StructuralPartialEq for QspiInterrupt
Auto Trait Implementations§
impl Freeze for QspiInterrupt
impl RefUnwindSafe for QspiInterrupt
impl Send for QspiInterrupt
impl Sync for QspiInterrupt
impl Unpin for QspiInterrupt
impl UnwindSafe for QspiInterrupt
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