pub struct _DIRW<'a> { /* private fields */ }
Expand description
Proxy
Implementations§
Source§impl<'a> _DIRW<'a>
impl<'a> _DIRW<'a>
Sourcepub fn peripheral_to_memory(self) -> &'a mut W
pub fn peripheral_to_memory(self) -> &'a mut W
Peripheral-to-memory
Sourcepub fn memory_to_peripheral(self) -> &'a mut W
pub fn memory_to_peripheral(self) -> &'a mut W
Memory-to-peripheral
Sourcepub fn memory_to_memory(self) -> &'a mut W
pub fn memory_to_memory(self) -> &'a mut W
Memory-to-memory
Auto Trait Implementations§
impl<'a> Freeze for _DIRW<'a>
impl<'a> RefUnwindSafe for _DIRW<'a>
impl<'a> Send for _DIRW<'a>
impl<'a> Sync for _DIRW<'a>
impl<'a> Unpin for _DIRW<'a>
impl<'a> !UnwindSafe for _DIRW<'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