Enum lz4::liblz4::BlockSize [] [src]

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

Variants

DefaultMax64KBMax256KBMax1MBMax4MB

Methods

impl BlockSize
[src]

fn get_size(&self) -> usize

Trait Implementations

impl Clone for BlockSize
[src]

fn clone(&self) -> BlockSize

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