Enum web_audio_api::node::OverSampleType  
source · pub enum OverSampleType {
    None,
    X2,
    X4,
}Expand description
enumerates the oversampling rate available for WaveShaperNode
Variants§
Trait Implementations§
source§impl Clone for OverSampleType
 
impl Clone for OverSampleType
source§fn clone(&self) -> OverSampleType
 
fn clone(&self) -> OverSampleType
Returns a copy 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 OverSampleType
 
impl Debug for OverSampleType
source§impl Default for OverSampleType
 
impl Default for OverSampleType
source§impl From<u32> for OverSampleType
 
impl From<u32> for OverSampleType
source§impl PartialEq for OverSampleType
 
impl PartialEq for OverSampleType
source§fn eq(&self, other: &OverSampleType) -> bool
 
fn eq(&self, other: &OverSampleType) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for OverSampleType
impl Eq for OverSampleType
impl StructuralEq for OverSampleType
impl StructuralPartialEq for OverSampleType
Auto Trait Implementations§
impl RefUnwindSafe for OverSampleType
impl Send for OverSampleType
impl Sync for OverSampleType
impl Unpin for OverSampleType
impl UnwindSafe for OverSampleType
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