[][src]Struct varlociraptor::model::evidence::Clips

pub struct Clips { /* fields omitted */ }

Methods

impl Clips[src]

pub fn trailing(cigar: &CigarStringView) -> Self[src]

Trailing clips in the cigar string.

Arguments

  • cigar - the cigar string

pub fn leading(cigar: &CigarStringView) -> Self[src]

Leading clips in the cigar string.

Arguments

  • cigar - the cigar string

pub fn hard(&self) -> u32[src]

Number of hard clipped bases.

pub fn soft(&self) -> u32[src]

Number of soft clipped bases.

pub fn both(&self) -> u32[src]

Number of both hard and soft clipped bases.

Auto Trait Implementations

impl Send for Clips

impl Sync for Clips

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]