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