Enum mtbl_sys::CompressionType
[−]
[src]
pub enum CompressionType {
MTBL_COMPRESSION_NONE,
MTBL_COMPRESSION_SNAPPY,
MTBL_COMPRESSION_ZLIB,
}Compression method used when writing an MTBL file.
Variants
MTBL_COMPRESSION_NONEMTBL_COMPRESSION_SNAPPYMTBL_COMPRESSION_ZLIBTrait Implementations
impl PartialEq for CompressionType[src]
fn eq(&self, __arg_0: &CompressionType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Debug for CompressionType[src]
impl Copy for CompressionType[src]
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