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_NONEMTBL_COMPRESSION_SNAPPYMTBL_COMPRESSION_ZLIBMTBL_COMPRESSION_LZ4MTBL_COMPRESSION_LZ4HCTrait 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