Struct bam::record::sequence::Qualities [−][src]
pub struct Qualities { /* fields omitted */ }Expand description
Wrapper around qualities.
Implementations
Clears qualities and fills from a raw stream.
Returns raw qualities, they contain values 0-93, without +33 added.
If qualities are empty, they have the same length as Sequence, but are filled with 0xff.
Returns false if raw qualities have length 0 or are filled with 0xff.
Only the first element is checked, O(1).
Returns vector with +33 added, O(n).
Writes to f in human readable format (qual + 33). Writes * if empty.
Extends the qualities from raw qualities (without + 33).
Shrinks inner vector.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Qualities
impl UnwindSafe for Qualities
Blanket Implementations
Mutably borrows from an owned value. Read more
