#[repr(transparent)]pub struct Reg1Top(pub u32);Expand description
Region 1 Top Boundary
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Reg1Top
impl Eq for Reg1Top
impl StructuralPartialEq for Reg1Top
Auto Trait Implementations§
impl Freeze for Reg1Top
impl RefUnwindSafe for Reg1Top
impl Send for Reg1Top
impl Sync for Reg1Top
impl Unpin for Reg1Top
impl UnwindSafe for Reg1Top
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