pub struct CrcEngine { /* private fields */ }Expand description
CRC engine
Implementations§
Trait Implementations§
impl Copy for CrcEngine
impl Eq for CrcEngine
impl Send for CrcEngine
impl StructuralPartialEq for CrcEngine
impl Sync for CrcEngine
Auto Trait Implementations§
impl Freeze for CrcEngine
impl RefUnwindSafe for CrcEngine
impl Unpin for CrcEngine
impl UnwindSafe for CrcEngine
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