summaryrefslogtreecommitdiffstats
path: root/vendor/web-sys/src/features/gen_OscillatorType.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/web-sys/src/features/gen_OscillatorType.rs')
-rw-r--r--vendor/web-sys/src/features/gen_OscillatorType.rs14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_OscillatorType.rs b/vendor/web-sys/src/features/gen_OscillatorType.rs
new file mode 100644
index 000000000..49272cf55
--- /dev/null
+++ b/vendor/web-sys/src/features/gen_OscillatorType.rs
@@ -0,0 +1,14 @@
+#![allow(unused_imports)]
+use wasm_bindgen::prelude::*;
+#[wasm_bindgen]
+#[doc = "The `OscillatorType` enum."]
+#[doc = ""]
+#[doc = "*This API requires the following crate features to be activated: `OscillatorType`*"]
+#[derive(Debug, Clone, Copy, PartialEq, Eq)]
+pub enum OscillatorType {
+ Sine = "sine",
+ Square = "square",
+ Sawtooth = "sawtooth",
+ Triangle = "triangle",
+ Custom = "custom",
+}