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