pub enum MfType {
Hc4,
Bt4,
}
Expand description
Match finders to use when encoding.
Variants§
Hc4
Hash chain for 4 bytes entries (lower quality but faster).
Bt4
Binary tree for 4 byte entries (higher quality but slower).
Trait Implementations§
impl Copy for MfType
impl Eq for MfType
impl StructuralPartialEq for MfType
Auto Trait Implementations§
impl Freeze for MfType
impl RefUnwindSafe for MfType
impl Send for MfType
impl Sync for MfType
impl Unpin for MfType
impl UnwindSafe for MfType
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