[][src]Struct bio::seq_analysis::orf::Orf

pub struct Orf {
    pub start: usize,
    pub end: usize,
    pub offset: i8,
}

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

impl Send for Orf

impl Unpin for Orf

impl Sync for Orf

impl UnwindSafe for Orf

impl RefUnwindSafe for Orf

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]