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