#[repr(u8)]pub enum InterpolationType {
Polyphase = 0,
Linear = 1,
None = 2,
}Expand description
Interpolation used between audio frames.
Variants§
Trait Implementations§
Source§impl Clone for InterpolationType
impl Clone for InterpolationType
Source§fn clone(&self) -> InterpolationType
fn clone(&self) -> InterpolationType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterpolationType
impl Debug for InterpolationType
Source§impl From<InterpolationType> for ndspInterpType
impl From<InterpolationType> for ndspInterpType
Source§fn from(v: InterpolationType) -> Self
fn from(v: InterpolationType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InterpolationType
impl PartialEq for InterpolationType
impl Copy for InterpolationType
impl Eq for InterpolationType
impl StructuralPartialEq for InterpolationType
Auto Trait Implementations§
impl Freeze for InterpolationType
impl RefUnwindSafe for InterpolationType
impl Send for InterpolationType
impl Sync for InterpolationType
impl Unpin for InterpolationType
impl UnwindSafe for InterpolationType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)