pub trait ToSampleSliceMut<'a, S>where
S: Sample,{
// Required method
fn to_sample_slice_mut(self) -> &'a mut [S];
}Expand description
For converting from a mutable slice of Frames to a mutable slice of Samples.
pub trait ToSampleSliceMut<'a, S>where
S: Sample,{
// Required method
fn to_sample_slice_mut(self) -> &'a mut [S];
}For converting from a mutable slice of Frames to a mutable slice of Samples.