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