Struct lz4::encoder::EncoderBuilder [] [src]

pub struct EncoderBuilder {
    // some fields omitted
}

Methods

impl EncoderBuilder
[src]

fn new() -> Self

fn block_size(&mut self, block_size: BlockSize) -> &mut Self

fn block_mode(&mut self, block_mode: BlockMode) -> &mut Self

fn checksum(&mut self, checksum: ContentChecksum) -> &mut Self

fn level(&mut self, level: u32) -> &mut Self

fn auto_flush(&mut self, auto_flush: bool) -> &mut Self

fn build<W: Write>(&self, w: W) -> Result<Encoder<W>>

Trait Implementations

impl Clone for EncoderBuilder
[src]

fn clone(&self) -> EncoderBuilder

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