Struct bam::index::Chunk [−][src]
pub struct Chunk { /* fields omitted */ }Expand description
Chunk [start-end), where start and end are virtual offsets.
Implementations
Constructs a Chunk from two virtual offsets.
Checks if two chunks intersect or one of the chunks goes right after another.
Combines two intersecting chunks. Panics if chunks do not intersect.
Returns the start of the chunk.
Returns the end of the chunk.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Chunk
impl UnwindSafe for Chunk
Blanket Implementations
Mutably borrows from an owned value. Read more
