Skip to main content

web_sys/features/
gen_BluetoothLeScanFilterInit.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 = BluetoothLEScanFilterInit)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `BluetoothLeScanFilterInit` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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 BluetoothLeScanFilterInit;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `manufacturerData` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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 = "manufacturerData")]
25    pub fn get_manufacturer_data(this: &BluetoothLeScanFilterInit) -> Option<::js_sys::Object>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `manufacturerData` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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 = "manufacturerData")]
34    pub fn set_manufacturer_data(this: &BluetoothLeScanFilterInit, val: &::js_sys::Object);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `name` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, getter = "name")]
43    pub fn get_name(this: &BluetoothLeScanFilterInit) -> Option<::alloc::string::String>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `name` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, setter = "name")]
52    pub fn set_name(this: &BluetoothLeScanFilterInit, val: &str);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `namePrefix` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, getter = "namePrefix")]
61    pub fn get_name_prefix(this: &BluetoothLeScanFilterInit) -> Option<::alloc::string::String>;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `namePrefix` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, setter = "namePrefix")]
70    pub fn set_name_prefix(this: &BluetoothLeScanFilterInit, val: &str);
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Get the `serviceData` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, getter = "serviceData")]
79    pub fn get_service_data(this: &BluetoothLeScanFilterInit) -> Option<::js_sys::Object>;
80    #[cfg(web_sys_unstable_apis)]
81    #[doc = "Change the `serviceData` field of this object."]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, setter = "serviceData")]
88    pub fn set_service_data(this: &BluetoothLeScanFilterInit, val: &::js_sys::Object);
89    #[cfg(web_sys_unstable_apis)]
90    #[doc = "Get the `services` field of this object."]
91    #[doc = ""]
92    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, getter = "services")]
97    pub fn get_services(this: &BluetoothLeScanFilterInit) -> Option<::js_sys::Array>;
98    #[cfg(web_sys_unstable_apis)]
99    #[doc = "Change the `services` field of this object."]
100    #[doc = ""]
101    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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 = "services")]
106    pub fn set_services(this: &BluetoothLeScanFilterInit, val: &[::js_sys::JsString]);
107    #[cfg(web_sys_unstable_apis)]
108    #[doc = "Change the `services` field of this object."]
109    #[doc = ""]
110    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
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, setter = "services")]
115    pub fn set_services_u32_sequence(this: &BluetoothLeScanFilterInit, val: &[::js_sys::Number]);
116}
117#[cfg(web_sys_unstable_apis)]
118impl BluetoothLeScanFilterInit {
119    #[doc = "Construct a new `BluetoothLeScanFilterInit`."]
120    #[doc = ""]
121    #[doc = "*This API requires the following crate features to be activated: `BluetoothLeScanFilterInit`*"]
122    #[doc = ""]
123    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
124    #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
125    pub fn new() -> Self {
126        #[allow(unused_mut)]
127        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
128        ret
129    }
130    #[cfg(web_sys_unstable_apis)]
131    #[deprecated = "Use `set_manufacturer_data()` instead."]
132    pub fn manufacturer_data(&mut self, val: &::js_sys::Object) -> &mut Self {
133        self.set_manufacturer_data(val);
134        self
135    }
136    #[cfg(web_sys_unstable_apis)]
137    #[deprecated = "Use `set_name()` instead."]
138    pub fn name(&mut self, val: &str) -> &mut Self {
139        self.set_name(val);
140        self
141    }
142    #[cfg(web_sys_unstable_apis)]
143    #[deprecated = "Use `set_name_prefix()` instead."]
144    pub fn name_prefix(&mut self, val: &str) -> &mut Self {
145        self.set_name_prefix(val);
146        self
147    }
148    #[cfg(web_sys_unstable_apis)]
149    #[deprecated = "Use `set_service_data()` instead."]
150    pub fn service_data(&mut self, val: &::js_sys::Object) -> &mut Self {
151        self.set_service_data(val);
152        self
153    }
154    #[cfg(web_sys_unstable_apis)]
155    #[deprecated = "Use `set_services()` instead."]
156    pub fn services(&mut self, val: &[::js_sys::JsString]) -> &mut Self {
157        self.set_services(val);
158        self
159    }
160}
161#[cfg(web_sys_unstable_apis)]
162impl Default for BluetoothLeScanFilterInit {
163    fn default() -> Self {
164        Self::new()
165    }
166}