#[repr(C)]pub struct Rnr(pub u32);
Expand description
Region Number Register description
Tuple Fields
0: u32
Trait Implementations
impl Copy for Rnr
Auto Trait Implementations
impl RefUnwindSafe for Rnr
impl Send for Rnr
impl Sync for Rnr
impl Unpin for Rnr
impl UnwindSafe for Rnr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more