pub struct BlockEncoder { /* private fields */ }Expand description
Block encoder for creating compressed blocks.
Implementations§
Source§impl BlockEncoder
impl BlockEncoder
Trait Implementations§
Source§impl Debug for BlockEncoder
impl Debug for BlockEncoder
Auto Trait Implementations§
impl Freeze for BlockEncoder
impl RefUnwindSafe for BlockEncoder
impl Send for BlockEncoder
impl Sync for BlockEncoder
impl Unpin for BlockEncoder
impl UnwindSafe for BlockEncoder
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