#[repr(transparent)]pub struct CorrErrCnt0(pub u32);Expand description
ERM Memory 0 Correctable Error Count Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for CorrErrCnt0
impl Clone for CorrErrCnt0
Source§fn clone(&self) -> CorrErrCnt0
fn clone(&self) -> CorrErrCnt0
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CorrErrCnt0
impl Debug for CorrErrCnt0
Source§impl Default for CorrErrCnt0
impl Default for CorrErrCnt0
Source§fn default() -> CorrErrCnt0
fn default() -> CorrErrCnt0
Returns the “default value” for a type. Read more
Source§impl PartialEq for CorrErrCnt0
impl PartialEq for CorrErrCnt0
impl Copy for CorrErrCnt0
impl Eq for CorrErrCnt0
impl StructuralPartialEq for CorrErrCnt0
Auto Trait Implementations§
impl Freeze for CorrErrCnt0
impl RefUnwindSafe for CorrErrCnt0
impl Send for CorrErrCnt0
impl Sync for CorrErrCnt0
impl Unpin for CorrErrCnt0
impl UnwindSafe for CorrErrCnt0
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