pub struct QspiWidth;Expand description
QSPI transactions contain configurable instruction, address, and data fields.
Use these constants for the *width fields in QspiTransaction.
Implementations§
Auto Trait Implementations§
impl Freeze for QspiWidth
impl RefUnwindSafe for QspiWidth
impl Send for QspiWidth
impl Sync for QspiWidth
impl Unpin 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