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