pub struct AdaptiveCodecCompressor { /* private fields */ }Expand description
Adaptive codec with learned parameters (stub).
Implementations§
Trait Implementations§
Source§impl Default for AdaptiveCodecCompressor
impl Default for AdaptiveCodecCompressor
Auto Trait Implementations§
impl Freeze for AdaptiveCodecCompressor
impl RefUnwindSafe for AdaptiveCodecCompressor
impl Send for AdaptiveCodecCompressor
impl Sync for AdaptiveCodecCompressor
impl Unpin for AdaptiveCodecCompressor
impl UnsafeUnpin for AdaptiveCodecCompressor
impl UnwindSafe for AdaptiveCodecCompressor
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