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