[][src]Struct biofile::bedgraph::BedGraphDataLine

pub struct BedGraphDataLine<D: Float>(_, _, _, _);

The four-element tuple in the BedGraphDataLine corresponds to a line of data in the BedGraph file, where each line is of the form chrom start end value

The [start, end) is a zero-based left-closed right-open coordinate range

Trait Implementations

impl<D: Clone + Float> Clone for BedGraphDataLine<D>[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<D: Debug + Float> Debug for BedGraphDataLine<D>[src]

Auto Trait Implementations

impl<D> Unpin for BedGraphDataLine<D> where
    D: Unpin

impl<D> Sync for BedGraphDataLine<D> where
    D: Sync

impl<D> Send for BedGraphDataLine<D> where
    D: Send

impl<D> UnwindSafe for BedGraphDataLine<D> where
    D: UnwindSafe

impl<D> RefUnwindSafe for BedGraphDataLine<D> where
    D: RefUnwindSafe

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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