pub struct Coder { /* private fields */ }
Expand description
Represents a single coder within a compression block.
A coder defines a specific compression method, filter, or encryption method used to process data within a block.
Implementations§
Trait Implementations§
impl Eq for Coder
impl StructuralPartialEq for Coder
Auto Trait Implementations§
impl Freeze for Coder
impl RefUnwindSafe for Coder
impl Send for Coder
impl Sync for Coder
impl Unpin for Coder
impl UnwindSafe for Coder
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