[][src]Trait dasp::slice::DuplexSliceMut

pub trait DuplexSliceMut<'a, S, F>: DuplexFrameSliceMut<'a, F> + DuplexSampleSliceMut<'a, S> where
    F: Frame<Sample = S>,
    S: Sample
{ }

For converting to and from a mutable slice of Samples of type S and a slice of Frames of type F.

Implementors

impl<'a, S, F, T> DuplexSliceMut<'a, S, F> for T where
    F: Frame<Sample = S>,
    S: Sample,
    T: DuplexSampleSliceMut<'a, S> + DuplexFrameSliceMut<'a, F>, 
[src]

Loading content...