pub enum Encoder {
Gzip(Compression),
Bzip2(Compression),
Lzma(u32),
Rans4x8(Order),
RansNx16(Flags),
AdaptiveArithmeticCoding(Flags),
NameTokenizer,
Fqzcomp,
}
Expand description
A CRAM block content encoder.
Variants§
Gzip(Compression)
gzip
Bzip2(Compression)
bzip2
Lzma(u32)
xz
Rans4x8(Order)
rANS 4x8
RansNx16(Flags)
rANS Nx16
AdaptiveArithmeticCoding(Flags)
adaptive arithmetic coder
NameTokenizer
name tokenizer
Fqzcomp
fqzcomp
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Encoder
impl RefUnwindSafe for Encoder
impl Send for Encoder
impl Sync for Encoder
impl Unpin for Encoder
impl UnwindSafe for Encoder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)