Enum noodles_cram::crai::record::Field [−][src]
pub enum Field {
ReferenceSequenceId,
AlignmentStart,
AlignmentSpan,
Offset,
Landmark,
SliceLength,
}
Expand description
A CRAM index record field.
Variants
Reference sequence ID.
Alignment start.
Alignment span.
Offset of the container from the start of the stream.
Offset of the slice from the start of the container.
Size of the slice in bytes.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Field
impl UnwindSafe for Field
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.