Struct bam::bam_reader::Region [−][src]
pub struct Region { /* fields omitted */ }Expand description
Genomic coordinates, used in [struct.IndexedReader.html#method.fetch] and [struct.IndexedReader.html#method.pileup].
ref_id is 0-based, start-end is 0-based half-open interval.
Implementations
Creates new region. ref_id is 0-based, start-end is 0-based half-open interval.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Region
impl UnwindSafe for Region
Blanket Implementations
Mutably borrows from an owned value. Read more
