pub struct CrcpolyR { /* private fields */ }
Expand description
Value of the field CRCPOLY
Implementations§
Auto Trait Implementations§
impl Freeze for CrcpolyR
impl RefUnwindSafe for CrcpolyR
impl Send for CrcpolyR
impl Sync for CrcpolyR
impl Unpin for CrcpolyR
impl UnwindSafe for CrcpolyR
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