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