pub struct ByteStreamSplitEncoder;Expand description
Byte stream split encoder.
Splits float bytes into separate streams for better compression. Each byte position forms its own stream.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ByteStreamSplitEncoder
impl RefUnwindSafe for ByteStreamSplitEncoder
impl Send for ByteStreamSplitEncoder
impl Sync for ByteStreamSplitEncoder
impl Unpin for ByteStreamSplitEncoder
impl UnsafeUnpin for ByteStreamSplitEncoder
impl UnwindSafe for ByteStreamSplitEncoder
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