Enum mtbl_sys::CompressionType
[−]
[src]
pub enum CompressionType { MTBL_COMPRESSION_NONE, MTBL_COMPRESSION_SNAPPY, MTBL_COMPRESSION_ZLIB, MTBL_COMPRESSION_LZ4, MTBL_COMPRESSION_LZ4HC, }
Compression method used when writing an MTBL file.
Variants
MTBL_COMPRESSION_NONE
MTBL_COMPRESSION_SNAPPY
MTBL_COMPRESSION_ZLIB
MTBL_COMPRESSION_LZ4
MTBL_COMPRESSION_LZ4HC
Trait Implementations
impl Clone for CompressionType
[src]
fn clone(&self) -> CompressionType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more