Enum blosc::Clevel[][src]

pub enum Clevel {
    None,
    L1,
    L2,
    L3,
    L4,
    L5,
    L6,
    L7,
    L8,
    L9,
}

The desired compression level. Higher levels mean more compression.

Variants

No compression at all.

Probably useless in single-threaded mode.

Trait Implementations

impl Clone for Clevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Clevel
[src]

impl Debug for Clevel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Clevel

impl Sync for Clevel