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