pub struct Par(pub u32);Expand description
PAR (Physical Address Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Par
impl SysRegRead for Par
Source§impl SysRegWrite for Par
impl SysRegWrite for Par
impl Copy for Par
Auto Trait Implementations§
impl Freeze for Par
impl RefUnwindSafe for Par
impl Send for Par
impl Sync for Par
impl Unpin for Par
impl UnwindSafe for Par
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