pub struct SPI_USR_MISO_W<'a> { /* private fields */ }Expand description
Field spi_usr_miso writer - This bit enable the “read-data” phase of an operation.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SPI_USR_MISO_W<'a>
impl<'a> RefUnwindSafe for SPI_USR_MISO_W<'a>
impl<'a> Send for SPI_USR_MISO_W<'a>
impl<'a> Sync for SPI_USR_MISO_W<'a>
impl<'a> Unpin for SPI_USR_MISO_W<'a>
impl<'a> !UnwindSafe for SPI_USR_MISO_W<'a>
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