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