pub struct W<REG: RegisterSpec + ?Sized> { /* private fields */ }
Expand description
Register writer.
Used as an argument to the closures in the write
and modify
methods of the register.
Implementations§
Trait Implementations§
Source§impl From<W<DMA_REQ_EN_SPEC>> for W
impl From<W<DMA_REQ_EN_SPEC>> for W
Source§fn from(writer: W<DMA_REQ_EN_SPEC>) -> Self
fn from(writer: W<DMA_REQ_EN_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<REG> Freeze for W<REG>
impl<REG> RefUnwindSafe for W<REG>
impl<REG> Send for W<REG>
impl<REG> Sync for W<REG>
impl<REG> Unpin for W<REG>
impl<REG> UnwindSafe for W<REG>
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