Enum lz4::ContentChecksum []

pub enum ContentChecksum {
    NoChecksum,
    ChecksumEnabled,
}

Variants

Trait Implementations

impl Clone for ContentChecksum

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more