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