Enum noodles_cram::codecs::Encoder
source · 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