pub struct DTMODE_W<'a> { /* private fields */ }Expand description
Field DTMODE writer - Data transfer mode selection 1: Stream or SDIO multibyte data transfer
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DTMODE_W<'a>
impl<'a> RefUnwindSafe for DTMODE_W<'a>
impl<'a> Send for DTMODE_W<'a>
impl<'a> Sync for DTMODE_W<'a>
impl<'a> Unpin for DTMODE_W<'a>
impl<'a> !UnwindSafe for DTMODE_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