Struct libdeflater::Crc [−][src]
pub struct Crc { /* fields omitted */ }Expand description
Struct holding the state required to compute a rolling crc32 value.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for Crcimpl UnwindSafe for Crc