pub struct CDict<'a>(_, _);
Expand description
Compression dictionary.
Implementations
sourceimpl CDict<'static>
impl CDict<'static>
pub fn create(dict_buffer: &[u8], compression_level: CompressionLevel) -> Self
pub fn try_create(
dict_buffer: &[u8],
compression_level: CompressionLevel
) -> Option<Self>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more