pub struct CRCPR { /* private fields */ }
Expand description
CRC polynomial register
Implementations§
Auto Trait Implementations§
impl !Freeze for CRCPR
impl !RefUnwindSafe for CRCPR
impl Send for CRCPR
impl !Sync for CRCPR
impl Unpin for CRCPR
impl UnwindSafe for CRCPR
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