Struct lz4_sys::LZ4FCompressionContext
[−]
[src]
#[repr(C)]pub struct LZ4FCompressionContext(pub *mut c_void);
Trait Implementations
impl Clone for LZ4FCompressionContext[src]
fn clone(&self) -> LZ4FCompressionContext[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more