pub struct GprMem(_);
A newtype wrapper around RegMem for general-purpose registers.
RegMem
Construct a RegMem newtype from the given RegMem, or return None if the RegMem is not a valid instance of this RegMem newtype.
None
Convert this newtype into its underlying RegMem.
source
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U