Enum mtbl::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 PartialEq<CompressionType> for CompressionType
fn eq(&self, __arg_0: &CompressionType) -> bool
impl Debug for CompressionType
impl Copy for CompressionType
impl Clone for CompressionType
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