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