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