Struct sampler::map::SampleOverRange [] [src]

pub struct SampleOverRange<A> {
    pub range: StepVelRange,
    pub sample: Sample<A>,
}

A range paired with a specific sample.

Fields

Trait Implementations

impl<A: Clone> Clone for SampleOverRange<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Debug> Debug for SampleOverRange<A>
[src]

Formats the value using the given formatter.

impl<A: PartialEq> PartialEq for SampleOverRange<A>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.