Enum rust_htslib::bam::index::Type [−][src]
pub enum Type { Bai, Csi(u32), }
Expand description
Index type to build.
Variants
BAI index
Csi(u32)
CSI index, with given minimum shift
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type