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 Frame
s to a mutable slice of Sample
s.
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 Frame
s to a mutable slice of Sample
s.