Struct sstable::options::Options [] [src]

pub struct Options {
    pub block_size: usize,
    pub block_restart_interval: usize,
    pub compression_type: CompressionType,
}

[not all member types implemented yet]

Fields

Trait Implementations

impl Clone for Options
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Options
[src]

impl Default for Options
[src]

Returns the "default value" for a type. Read more