Struct lz4_sys::LZ4FDecompressionContext[][src]

#[repr(C)]
pub struct LZ4FDecompressionContext(pub *mut c_void);

Trait Implementations

impl Clone for LZ4FDecompressionContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LZ4FDecompressionContext
[src]

impl Send for LZ4FDecompressionContext
[src]

Auto Trait Implementations