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<OverSampleType> for OverSampleType
impl PartialEq<OverSampleType> 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 ==
.