[][src]Struct d4_hts::alignment::Alignment

pub struct Alignment<'a> { /* fields omitted */ }

Implementations

impl<'a> Alignment<'a>[src]

pub fn seq_len(&self) -> usize[src]

pub fn map_qual(&self) -> u8[src]

pub fn ref_begin(&self) -> usize[src]

pub fn ref_len(&self) -> usize[src]

pub fn ref_end(&self) -> usize[src]

pub fn ref_id(&self) -> i32[src]

impl<'a> Alignment<'a>[src]

pub fn cigar(&self) -> CigarIter<'_>[src]

impl<'a> Alignment<'a>[src]

pub fn map_iter<'b>(&'b self) -> MapIter<'b>[src]

impl<'a> Alignment<'a>[src]

pub fn sequence(&self) -> Sequence<'_>[src]

Trait Implementations

impl<'a> Debug for Alignment<'a>[src]

impl<'a> Drop for Alignment<'a>[src]

Auto Trait Implementations

impl<'a> !RefUnwindSafe for Alignment<'a>

impl<'a> !Send for Alignment<'a>

impl<'a> !Sync for Alignment<'a>

impl<'a> Unpin for Alignment<'a>

impl<'a> !UnwindSafe for Alignment<'a>

Blanket Implementations

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

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

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

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.