Struct rsynth::backend::combined::hound::HoundAudioReader[][src]

pub struct HoundAudioReader<'wr, S> where
    S: FromSample<f32> + FromSample<i32> + FromSample<i16>, 
{ /* fields omitted */ }

Implementations

impl<'wr, S> HoundAudioReader<'wr, S> where
    S: FromSample<f32> + FromSample<i32> + FromSample<i16>, 
[src]

pub fn new<R: Read>(
    reader: &'wr mut WavReader<R>
) -> Result<Self, HoundAudioError>
[src]

Trait Implementations

impl<'wr, S> AudioReader<S> for HoundAudioReader<'wr, S> where
    S: Copy + FromSample<f32> + FromSample<i32> + FromSample<i16>, 
[src]

type Err = Error

The type of the error that occurs when reading data.

Auto Trait Implementations

impl<'wr, S> !RefUnwindSafe for HoundAudioReader<'wr, S>

impl<'wr, S> !Send for HoundAudioReader<'wr, S>

impl<'wr, S> !Sync for HoundAudioReader<'wr, S>

impl<'wr, S> Unpin for HoundAudioReader<'wr, S>

impl<'wr, S> !UnwindSafe for HoundAudioReader<'wr, S>

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<S, T> Duplex<S> for T where
    T: FromSample<S> + ToSample<S>, 

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

impl<S> FromSample<S> for S

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

impl<T, U> ToSample<U> for T where
    U: FromSample<T>, 

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.