Struct lz4_sys::LZ4FDecompressionContext [] [src]

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

Trait Implementations

impl Clone for LZ4FDecompressionContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LZ4FDecompressionContext
[src]

impl Send for LZ4FDecompressionContext
[src]