Enum lz4::ContentChecksum
[−]
[src]
#[repr(u32)]pub enum ContentChecksum { NoChecksum, ChecksumEnabled, }
Variants
NoChecksumChecksumEnabled
Trait Implementations
impl Clone for ContentChecksum[src]
fn clone(&self) -> ContentChecksum[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more