pub struct ResampleStage { /* private fields */ }Expand description
Resample stage: sample rate conversion using linear interpolation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResampleStage
impl RefUnwindSafe for ResampleStage
impl Send for ResampleStage
impl Sync for ResampleStage
impl Unpin for ResampleStage
impl UnwindSafe for ResampleStage
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more