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