pub struct SPI_QOUT_MODE_W<'a> { /* private fields */ }
Expand description
Field spi_qout_mode
writer - In the read operations, “read-data” phase apply 4 signals
Implementations
sourceimpl<'a> SPI_QOUT_MODE_W<'a>
impl<'a> SPI_QOUT_MODE_W<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for SPI_QOUT_MODE_W<'a>
impl<'a> Send for SPI_QOUT_MODE_W<'a>
impl<'a> Sync for SPI_QOUT_MODE_W<'a>
impl<'a> Unpin for SPI_QOUT_MODE_W<'a>
impl<'a> !UnwindSafe for SPI_QOUT_MODE_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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