pub struct IndexedReader { /* private fields */ }

Implementations§

Create a new Reader from path.

Arguments
  • path - the path to open.

Trait Implementations§

Formats the value using the given formatter. Read more
Executes the destructor for this type. Read more

Iterator over the records of the fetched region. Note that, while being convenient, this is less efficient than pre-allocating a Record and reading into it with the read method, since every iteration involves the allocation of a new Record.

Read next BAM record into given record. Use this method in combination with a single allocated record to avoid the reallocations occurring with the iterator. Read more
Iterator over pileups.
Return the BGZF struct
Return the header.
Seek to the given virtual offset in the file
Report the current virtual offset
Activate multi-threaded BAM read support in htslib. This should permit faster reading of large BAM files. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.