web_sys/features/
gen_XrReferenceSpaceEventInit.rs1#![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 = XRReferenceSpaceEventInit)]
9 #[derive(Debug, Clone, PartialEq, Eq)]
10 #[doc = "The `XrReferenceSpaceEventInit` dictionary."]
11 #[doc = ""]
12 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
16 pub type XrReferenceSpaceEventInit;
17 #[cfg(web_sys_unstable_apis)]
18 #[doc = "Get the `bubbles` field of this object."]
19 #[doc = ""]
20 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
24 #[wasm_bindgen(method, getter = "bubbles")]
25 pub fn get_bubbles(this: &XrReferenceSpaceEventInit) -> Option<bool>;
26 #[cfg(web_sys_unstable_apis)]
27 #[doc = "Change the `bubbles` field of this object."]
28 #[doc = ""]
29 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
33 #[wasm_bindgen(method, setter = "bubbles")]
34 pub fn set_bubbles(this: &XrReferenceSpaceEventInit, val: bool);
35 #[cfg(web_sys_unstable_apis)]
36 #[doc = "Get the `cancelable` field of this object."]
37 #[doc = ""]
38 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
42 #[wasm_bindgen(method, getter = "cancelable")]
43 pub fn get_cancelable(this: &XrReferenceSpaceEventInit) -> Option<bool>;
44 #[cfg(web_sys_unstable_apis)]
45 #[doc = "Change the `cancelable` field of this object."]
46 #[doc = ""]
47 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
51 #[wasm_bindgen(method, setter = "cancelable")]
52 pub fn set_cancelable(this: &XrReferenceSpaceEventInit, val: bool);
53 #[cfg(web_sys_unstable_apis)]
54 #[doc = "Get the `composed` field of this object."]
55 #[doc = ""]
56 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
60 #[wasm_bindgen(method, getter = "composed")]
61 pub fn get_composed(this: &XrReferenceSpaceEventInit) -> Option<bool>;
62 #[cfg(web_sys_unstable_apis)]
63 #[doc = "Change the `composed` field of this object."]
64 #[doc = ""]
65 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
69 #[wasm_bindgen(method, setter = "composed")]
70 pub fn set_composed(this: &XrReferenceSpaceEventInit, val: bool);
71 #[cfg(web_sys_unstable_apis)]
72 #[cfg(feature = "XrReferenceSpace")]
73 #[doc = "Get the `referenceSpace` field of this object."]
74 #[doc = ""]
75 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpace`, `XrReferenceSpaceEventInit`*"]
76 #[doc = ""]
77 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
78 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
79 #[wasm_bindgen(method, getter = "referenceSpace")]
80 pub fn get_reference_space(this: &XrReferenceSpaceEventInit) -> XrReferenceSpace;
81 #[cfg(web_sys_unstable_apis)]
82 #[cfg(feature = "XrReferenceSpace")]
83 #[doc = "Change the `referenceSpace` field of this object."]
84 #[doc = ""]
85 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpace`, `XrReferenceSpaceEventInit`*"]
86 #[doc = ""]
87 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
88 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
89 #[wasm_bindgen(method, setter = "referenceSpace")]
90 pub fn set_reference_space(this: &XrReferenceSpaceEventInit, val: &XrReferenceSpace);
91 #[cfg(web_sys_unstable_apis)]
92 #[cfg(feature = "XrRigidTransform")]
93 #[doc = "Get the `transform` field of this object."]
94 #[doc = ""]
95 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`, `XrRigidTransform`*"]
96 #[doc = ""]
97 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
98 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
99 #[wasm_bindgen(method, getter = "transform")]
100 pub fn get_transform(this: &XrReferenceSpaceEventInit) -> Option<XrRigidTransform>;
101 #[cfg(web_sys_unstable_apis)]
102 #[cfg(feature = "XrRigidTransform")]
103 #[doc = "Change the `transform` field of this object."]
104 #[doc = ""]
105 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpaceEventInit`, `XrRigidTransform`*"]
106 #[doc = ""]
107 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
108 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
109 #[wasm_bindgen(method, setter = "transform")]
110 pub fn set_transform(this: &XrReferenceSpaceEventInit, val: Option<&XrRigidTransform>);
111}
112#[cfg(web_sys_unstable_apis)]
113impl XrReferenceSpaceEventInit {
114 #[cfg(feature = "XrReferenceSpace")]
115 #[doc = "Construct a new `XrReferenceSpaceEventInit`."]
116 #[doc = ""]
117 #[doc = "*This API requires the following crate features to be activated: `XrReferenceSpace`, `XrReferenceSpaceEventInit`*"]
118 #[doc = ""]
119 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
120 #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
121 pub fn new(reference_space: &XrReferenceSpace) -> Self {
122 #[allow(unused_mut)]
123 let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
124 ret.set_reference_space(reference_space);
125 ret
126 }
127 #[cfg(web_sys_unstable_apis)]
128 #[deprecated = "Use `set_bubbles()` instead."]
129 pub fn bubbles(&mut self, val: bool) -> &mut Self {
130 self.set_bubbles(val);
131 self
132 }
133 #[cfg(web_sys_unstable_apis)]
134 #[deprecated = "Use `set_cancelable()` instead."]
135 pub fn cancelable(&mut self, val: bool) -> &mut Self {
136 self.set_cancelable(val);
137 self
138 }
139 #[cfg(web_sys_unstable_apis)]
140 #[deprecated = "Use `set_composed()` instead."]
141 pub fn composed(&mut self, val: bool) -> &mut Self {
142 self.set_composed(val);
143 self
144 }
145 #[cfg(web_sys_unstable_apis)]
146 #[cfg(feature = "XrReferenceSpace")]
147 #[deprecated = "Use `set_reference_space()` instead."]
148 pub fn reference_space(&mut self, val: &XrReferenceSpace) -> &mut Self {
149 self.set_reference_space(val);
150 self
151 }
152 #[cfg(web_sys_unstable_apis)]
153 #[cfg(feature = "XrRigidTransform")]
154 #[deprecated = "Use `set_transform()` instead."]
155 pub fn transform(&mut self, val: Option<&XrRigidTransform>) -> &mut Self {
156 self.set_transform(val);
157 self
158 }
159}