pub struct Crc { /* private fields */ }
Expand description
A wrapper struct containing a CRC checksum in the format used by gzip and the amount of bytes input to it mod 2^32.
Implementations§
Trait Implementations§
impl Copy for Crc
impl Eq for Crc
impl StructuralPartialEq for Crc
Auto Trait Implementations§
impl Freeze for Crc
impl RefUnwindSafe for Crc
impl Send for Crc
impl Sync for Crc
impl Unpin for Crc
impl UnwindSafe for Crc
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