Struct bam::index::Reference [−][src]
pub struct Reference { /* fields omitted */ }Expand description
Index for a single reference sequence. Contains bins and a linear index.
Implementations
Returns linear index.
Returns the maximal end offset. Panics, if the reference is empty.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Reference
impl UnwindSafe for Reference
Blanket Implementations
Mutably borrows from an owned value. Read more
