pub struct LinearResampler { /* private fields */ }Expand description
Streaming linear interpolation between two sample rates.
Implementations§
Trait Implementations§
Source§impl Clone for LinearResampler
impl Clone for LinearResampler
Source§fn clone(&self) -> LinearResampler
fn clone(&self) -> LinearResampler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LinearResampler
impl RefUnwindSafe for LinearResampler
impl Send for LinearResampler
impl Sync for LinearResampler
impl Unpin for LinearResampler
impl UnsafeUnpin for LinearResampler
impl UnwindSafe for LinearResampler
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