pub struct Compressor(/* private fields */);Expand description
Compression graph builder and manager
Compressor is used to register and manage compression graphs, which define HOW to compress data. This is the heart of OpenZL’s typed compression.
Implementations§
Source§impl Compressor
impl Compressor
Trait Implementations§
Source§impl Default for Compressor
impl Default for Compressor
Auto Trait Implementations§
impl Freeze for Compressor
impl RefUnwindSafe for Compressor
impl !Send for Compressor
impl !Sync for Compressor
impl Unpin for Compressor
impl UnwindSafe for Compressor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more