#[repr(C)]pub struct Rbar(pub u32);
Expand description
Region Base Address Register description
Tuple Fields§
§0: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rbar
impl RefUnwindSafe for Rbar
impl Send for Rbar
impl Sync for Rbar
impl Unpin for Rbar
impl UnwindSafe for Rbar
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