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

pub struct HoundAudioWriter<'ww, S> where
    S: ToSample<f32> + ToSample<i32> + ToSample<i16>, 
{ /* fields omitted */ }

Implementations

impl<'ww, S> HoundAudioWriter<'ww, S> where
    S: ToSample<f32> + ToSample<i32> + ToSample<i16>, 
[src]

pub fn new<W: Write + Seek>(
    writer: &'ww mut WavWriter<W>
) -> Result<Self, HoundAudioError>
[src]

Trait Implementations

impl<'ww, S> AudioWriter<S> for HoundAudioWriter<'ww, S> where
    S: ToSample<f32> + ToSample<i32> + ToSample<i16> + Copy
[src]

type Err = Error

The type of the error that occurs when reading data.

Auto Trait Implementations

impl<'ww, S> !RefUnwindSafe for HoundAudioWriter<'ww, S>

impl<'ww, S> !Send for HoundAudioWriter<'ww, S>

impl<'ww, S> !Sync for HoundAudioWriter<'ww, S>

impl<'ww, S> Unpin for HoundAudioWriter<'ww, S>

impl<'ww, S> !UnwindSafe for HoundAudioWriter<'ww, 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.