]> git.proxmox.com Git - rustc.git/blob - vendor/web-sys/src/features/gen_PcImplIceGatheringState.rs
New upstream version 1.72.1+dfsg1
[rustc.git] / vendor / web-sys / src / features / gen_PcImplIceGatheringState.rs
1 #![allow(unused_imports)]
2 #![allow(clippy::all)]
3 use wasm_bindgen::prelude::*;
4 #[wasm_bindgen]
5 #[doc = "The `PcImplIceGatheringState` enum."]
6 #[doc = ""]
7 #[doc = "*This API requires the following crate features to be activated: `PcImplIceGatheringState`*"]
8 #[derive(Debug, Clone, Copy, PartialEq, Eq)]
9 pub enum PcImplIceGatheringState {
10 New = "new",
11 Gathering = "gathering",
12 Complete = "complete",
13 }