pub struct Crc16;Expand description
16-bit CRC.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Crc16
impl RefUnwindSafe for Crc16
impl Send for Crc16
impl Sync for Crc16
impl Unpin for Crc16
impl UnwindSafe for Crc16
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