Struct bio::seq_analysis::orf::Orf

source ·
pub struct Orf {
    pub start: usize,
    pub end: usize,
    pub offset: i8,
}
Expand description

An orf representation with start and end position of said orf, as well as offset of the reading frame (1,2,3) and strand location

Fields

start: usizeend: usizeoffset: i8

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.