Enum web_audio_api::node::OscillatorType [−][src]
pub enum OscillatorType {
Sine,
Square,
Sawtooth,
Triangle,
Custom,
}
Expand description
Waveform of an oscillator
Variants
Sine
Sine wave
Square
Square wave
Sawtooth
Sawtooth wave
Triangle
Triangle wave
Custom
type used when periodic_wave is specified
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OscillatorType
impl Send for OscillatorType
impl Sync for OscillatorType
impl Unpin for OscillatorType
impl UnwindSafe for OscillatorType
Blanket Implementations
Mutably borrows from an owned value. Read more