[][src]Trait dasp_slice::DuplexFrameSliceMut

pub trait DuplexFrameSliceMut<'a, F>: FromFrameSliceMut<'a, F> + ToFrameSliceMut<'a, F> where
    F: Frame
{ }

For converting to and from a mutable slice of Frames.

Implementors

impl<'a, F, T> DuplexFrameSliceMut<'a, F> for T where
    F: Frame,
    T: FromFrameSliceMut<'a, F> + ToFrameSliceMut<'a, F>, 
[src]

Loading content...