pub struct R<REG: RegisterSpec + ?Sized> { /* private fields */ }Expand description
Register reader.
Result of the read methods of registers. Also used as a closure argument in the modify
method.
Implementations§
Trait Implementations§
Source§impl From<R<DBG_DLH_SPEC>> for R
impl From<R<DBG_DLH_SPEC>> for R
Source§fn from(reader: R<DBG_DLH_SPEC>) -> Self
fn from(reader: R<DBG_DLH_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DBG_DLL_SPEC>> for R
impl From<R<DBG_DLL_SPEC>> for R
Source§fn from(reader: R<DBG_DLL_SPEC>) -> Self
fn from(reader: R<DBG_DLL_SPEC>) -> Self
Converts to this type from the input type.
Source§impl From<R<DMA_REQ_EN_SPEC>> for R
impl From<R<DMA_REQ_EN_SPEC>> for R
Source§fn from(reader: R<DMA_REQ_EN_SPEC>) -> Self
fn from(reader: R<DMA_REQ_EN_SPEC>) -> Self
Converts to this type from the input type.
Source§impl<REG: RegisterSpec, FI> PartialEq<FI> for R<REG>
impl<REG: RegisterSpec, FI> PartialEq<FI> for R<REG>
Auto Trait Implementations§
impl<REG> Freeze for R<REG>
impl<REG> RefUnwindSafe for R<REG>
impl<REG> Send for R<REG>
impl<REG> Sync for R<REG>
impl<REG> Unpin for R<REG>
impl<REG> UnwindSafe for R<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