Enum lz4::BlockSize []

pub enum BlockSize {
    Default,
    Max64KB,
    Max256KB,
    Max1MB,
    Max4MB,
}

Variants

Methods

impl BlockSize

Trait Implementations

impl Clone for BlockSize

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more