#[repr(transparent)]pub struct Crcr(pub u32);Expand description
CRC Register
Tuple Fields§
§0: u32Implementations§
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