pub enum QspiWidth {
NONE,
SING,
DUAL,
QUAD,
}Expand description
QSPI lane width
Variants§
Trait Implementations§
impl Copy for QspiWidth
impl Eq for QspiWidth
Source§impl Ord for QspiWidth
impl Ord for QspiWidth
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for QspiWidth
impl PartialOrd for QspiWidth
impl StructuralPartialEq for QspiWidth
Auto Trait Implementations§
impl Freeze for QspiWidth
impl RefUnwindSafe for QspiWidth
impl Send for QspiWidth
impl Sync for QspiWidth
impl Unpin for QspiWidth
impl UnsafeUnpin for QspiWidth
impl UnwindSafe for QspiWidth
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