Struct lz4::EncoderBuilder [−][src]
pub struct EncoderBuilder { /* fields omitted */ }Methods
impl EncoderBuilder[src]
impl EncoderBuilderpub fn new() -> Self[src]
pub fn new() -> SelfⓘImportant traits for &'a mut Rpub fn block_size(&mut self, block_size: BlockSize) -> &mut Self[src]
ⓘImportant traits for &'a mut R
pub fn block_size(&mut self, block_size: BlockSize) -> &mut SelfⓘImportant traits for &'a mut Rpub fn block_mode(&mut self, block_mode: BlockMode) -> &mut Self[src]
ⓘImportant traits for &'a mut R
pub fn block_mode(&mut self, block_mode: BlockMode) -> &mut SelfⓘImportant traits for &'a mut Rpub fn checksum(&mut self, checksum: ContentChecksum) -> &mut Self[src]
ⓘImportant traits for &'a mut R
pub fn checksum(&mut self, checksum: ContentChecksum) -> &mut SelfⓘImportant traits for &'a mut Rpub fn level(&mut self, level: u32) -> &mut Self[src]
ⓘImportant traits for &'a mut R
pub fn level(&mut self, level: u32) -> &mut SelfⓘImportant traits for &'a mut Rpub fn auto_flush(&mut self, auto_flush: bool) -> &mut Self[src]
ⓘImportant traits for &'a mut R
pub fn auto_flush(&mut self, auto_flush: bool) -> &mut Selfpub fn build<W: Write>(&self, w: W) -> Result<Encoder<W>>[src]
pub fn build<W: Write>(&self, w: W) -> Result<Encoder<W>>Trait Implementations
impl Clone for EncoderBuilder[src]
impl Clone for EncoderBuilderfn clone(&self) -> EncoderBuilder[src]
fn clone(&self) -> EncoderBuilderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for EncoderBuilder
impl Send for EncoderBuilderimpl Sync for EncoderBuilder
impl Sync for EncoderBuilder