#[repr(transparent)]pub struct Crcr(pub u32);Expand description
CRC Register
Tuple Fields§
§0: u32Implementations§
Source§impl Crcr
impl Crcr
Sourcepub const fn txcrc(&self) -> u16
pub const fn txcrc(&self) -> u16
This field indicates the CRC value of the last message transmitted
Sourcepub const fn set_txcrc(&mut self, val: u16)
pub const fn set_txcrc(&mut self, val: u16)
This field indicates the CRC value of the last message transmitted
Trait Implementations§
impl Copy for Crcr
impl Eq for Crcr
impl StructuralPartialEq for Crcr
Auto Trait Implementations§
impl Freeze for Crcr
impl RefUnwindSafe for Crcr
impl Send for Crcr
impl Sync for Crcr
impl Unpin for Crcr
impl UnwindSafe for Crcr
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