pub struct SampleRateConverter;Expand description
Sample rate converter using linear interpolation.
Implementations§
Source§impl SampleRateConverter
impl SampleRateConverter
Trait Implementations§
Source§impl Clone for SampleRateConverter
impl Clone for SampleRateConverter
Source§fn clone(&self) -> SampleRateConverter
fn clone(&self) -> SampleRateConverter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SampleRateConverter
impl Debug for SampleRateConverter
Source§impl Default for SampleRateConverter
impl Default for SampleRateConverter
Source§fn default() -> SampleRateConverter
fn default() -> SampleRateConverter
Returns the “default value” for a type. Read more
impl Copy for SampleRateConverter
Auto Trait Implementations§
impl Freeze for SampleRateConverter
impl RefUnwindSafe for SampleRateConverter
impl Send for SampleRateConverter
impl Sync for SampleRateConverter
impl Unpin for SampleRateConverter
impl UnsafeUnpin for SampleRateConverter
impl UnwindSafe for SampleRateConverter
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