Skip to main content

web_sys/features/
gen_GamepadEffectParameters.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use super::*;
4use wasm_bindgen::prelude::*;
5#[cfg(web_sys_unstable_apis)]
6#[wasm_bindgen]
7extern "C" {
8    # [wasm_bindgen (extends = :: js_sys :: Object , js_name = GamepadEffectParameters)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `GamepadEffectParameters` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
13    #[doc = ""]
14    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
15    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
16    pub type GamepadEffectParameters;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `duration` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
21    #[doc = ""]
22    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
23    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
24    #[wasm_bindgen(method, getter = "duration")]
25    pub fn get_duration(this: &GamepadEffectParameters) -> Option<f64>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `duration` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
30    #[doc = ""]
31    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
32    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
33    #[wasm_bindgen(method, setter = "duration")]
34    pub fn set_duration(this: &GamepadEffectParameters, val: u32);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Change the `duration` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
39    #[doc = ""]
40    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
41    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
42    #[wasm_bindgen(method, setter = "duration")]
43    pub fn set_duration_f64(this: &GamepadEffectParameters, val: f64);
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Get the `leftTrigger` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
48    #[doc = ""]
49    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
50    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
51    #[wasm_bindgen(method, getter = "leftTrigger")]
52    pub fn get_left_trigger(this: &GamepadEffectParameters) -> Option<f64>;
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Change the `leftTrigger` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
57    #[doc = ""]
58    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
59    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
60    #[wasm_bindgen(method, setter = "leftTrigger")]
61    pub fn set_left_trigger(this: &GamepadEffectParameters, val: f64);
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Get the `rightTrigger` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
66    #[doc = ""]
67    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
68    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
69    #[wasm_bindgen(method, getter = "rightTrigger")]
70    pub fn get_right_trigger(this: &GamepadEffectParameters) -> Option<f64>;
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Change the `rightTrigger` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
75    #[doc = ""]
76    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
77    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
78    #[wasm_bindgen(method, setter = "rightTrigger")]
79    pub fn set_right_trigger(this: &GamepadEffectParameters, val: f64);
80    #[cfg(web_sys_unstable_apis)]
81    #[doc = "Get the `startDelay` field of this object."]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
84    #[doc = ""]
85    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
86    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
87    #[wasm_bindgen(method, getter = "startDelay")]
88    pub fn get_start_delay(this: &GamepadEffectParameters) -> Option<f64>;
89    #[cfg(web_sys_unstable_apis)]
90    #[doc = "Change the `startDelay` field of this object."]
91    #[doc = ""]
92    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
93    #[doc = ""]
94    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
95    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
96    #[wasm_bindgen(method, setter = "startDelay")]
97    pub fn set_start_delay(this: &GamepadEffectParameters, val: u32);
98    #[cfg(web_sys_unstable_apis)]
99    #[doc = "Change the `startDelay` field of this object."]
100    #[doc = ""]
101    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
102    #[doc = ""]
103    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
104    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
105    #[wasm_bindgen(method, setter = "startDelay")]
106    pub fn set_start_delay_f64(this: &GamepadEffectParameters, val: f64);
107    #[cfg(web_sys_unstable_apis)]
108    #[doc = "Get the `strongMagnitude` field of this object."]
109    #[doc = ""]
110    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
111    #[doc = ""]
112    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
113    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
114    #[wasm_bindgen(method, getter = "strongMagnitude")]
115    pub fn get_strong_magnitude(this: &GamepadEffectParameters) -> Option<f64>;
116    #[cfg(web_sys_unstable_apis)]
117    #[doc = "Change the `strongMagnitude` field of this object."]
118    #[doc = ""]
119    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
120    #[doc = ""]
121    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
122    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
123    #[wasm_bindgen(method, setter = "strongMagnitude")]
124    pub fn set_strong_magnitude(this: &GamepadEffectParameters, val: f64);
125    #[cfg(web_sys_unstable_apis)]
126    #[doc = "Get the `weakMagnitude` field of this object."]
127    #[doc = ""]
128    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
129    #[doc = ""]
130    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
131    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
132    #[wasm_bindgen(method, getter = "weakMagnitude")]
133    pub fn get_weak_magnitude(this: &GamepadEffectParameters) -> Option<f64>;
134    #[cfg(web_sys_unstable_apis)]
135    #[doc = "Change the `weakMagnitude` field of this object."]
136    #[doc = ""]
137    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
138    #[doc = ""]
139    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
140    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
141    #[wasm_bindgen(method, setter = "weakMagnitude")]
142    pub fn set_weak_magnitude(this: &GamepadEffectParameters, val: f64);
143}
144#[cfg(web_sys_unstable_apis)]
145impl GamepadEffectParameters {
146    #[doc = "Construct a new `GamepadEffectParameters`."]
147    #[doc = ""]
148    #[doc = "*This API requires the following crate features to be activated: `GamepadEffectParameters`*"]
149    #[doc = ""]
150    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
151    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
152    pub fn new() -> Self {
153        #[allow(unused_mut)]
154        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
155        ret
156    }
157    #[cfg(web_sys_unstable_apis)]
158    #[deprecated = "Use `set_duration()` instead."]
159    pub fn duration(&mut self, val: u32) -> &mut Self {
160        self.set_duration(val);
161        self
162    }
163    #[cfg(web_sys_unstable_apis)]
164    #[deprecated = "Use `set_left_trigger()` instead."]
165    pub fn left_trigger(&mut self, val: f64) -> &mut Self {
166        self.set_left_trigger(val);
167        self
168    }
169    #[cfg(web_sys_unstable_apis)]
170    #[deprecated = "Use `set_right_trigger()` instead."]
171    pub fn right_trigger(&mut self, val: f64) -> &mut Self {
172        self.set_right_trigger(val);
173        self
174    }
175    #[cfg(web_sys_unstable_apis)]
176    #[deprecated = "Use `set_start_delay()` instead."]
177    pub fn start_delay(&mut self, val: u32) -> &mut Self {
178        self.set_start_delay(val);
179        self
180    }
181    #[cfg(web_sys_unstable_apis)]
182    #[deprecated = "Use `set_strong_magnitude()` instead."]
183    pub fn strong_magnitude(&mut self, val: f64) -> &mut Self {
184        self.set_strong_magnitude(val);
185        self
186    }
187    #[cfg(web_sys_unstable_apis)]
188    #[deprecated = "Use `set_weak_magnitude()` instead."]
189    pub fn weak_magnitude(&mut self, val: f64) -> &mut Self {
190        self.set_weak_magnitude(val);
191        self
192    }
193}
194#[cfg(web_sys_unstable_apis)]
195impl Default for GamepadEffectParameters {
196    fn default() -> Self {
197        Self::new()
198    }
199}