web_sys/features/
gen_UsbDeviceFilter.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 = USBDeviceFilter)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `UsbDeviceFilter` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 UsbDeviceFilter;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `classCode` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "classCode")]
25    pub fn get_class_code(this: &UsbDeviceFilter) -> Option<u8>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `classCode` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "classCode")]
34    pub fn set_class_code(this: &UsbDeviceFilter, val: u8);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `productId` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "productId")]
43    pub fn get_product_id(this: &UsbDeviceFilter) -> Option<u16>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `productId` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "productId")]
52    pub fn set_product_id(this: &UsbDeviceFilter, val: u16);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `protocolCode` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "protocolCode")]
61    pub fn get_protocol_code(this: &UsbDeviceFilter) -> Option<u8>;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `protocolCode` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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 = "protocolCode")]
70    pub fn set_protocol_code(this: &UsbDeviceFilter, val: u8);
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Get the `serialNumber` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
78    #[wasm_bindgen(method, getter = "serialNumber")]
79    pub fn get_serial_number(this: &UsbDeviceFilter) -> Option<::alloc::string::String>;
80    #[cfg(web_sys_unstable_apis)]
81    #[doc = "Change the `serialNumber` field of this object."]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
87    #[wasm_bindgen(method, setter = "serialNumber")]
88    pub fn set_serial_number(this: &UsbDeviceFilter, val: &str);
89    #[cfg(web_sys_unstable_apis)]
90    #[doc = "Get the `subclassCode` field of this object."]
91    #[doc = ""]
92    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
96    #[wasm_bindgen(method, getter = "subclassCode")]
97    pub fn get_subclass_code(this: &UsbDeviceFilter) -> Option<u8>;
98    #[cfg(web_sys_unstable_apis)]
99    #[doc = "Change the `subclassCode` field of this object."]
100    #[doc = ""]
101    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
105    #[wasm_bindgen(method, setter = "subclassCode")]
106    pub fn set_subclass_code(this: &UsbDeviceFilter, val: u8);
107    #[cfg(web_sys_unstable_apis)]
108    #[doc = "Get the `vendorId` field of this object."]
109    #[doc = ""]
110    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
114    #[wasm_bindgen(method, getter = "vendorId")]
115    pub fn get_vendor_id(this: &UsbDeviceFilter) -> Option<u16>;
116    #[cfg(web_sys_unstable_apis)]
117    #[doc = "Change the `vendorId` field of this object."]
118    #[doc = ""]
119    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
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://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
123    #[wasm_bindgen(method, setter = "vendorId")]
124    pub fn set_vendor_id(this: &UsbDeviceFilter, val: u16);
125}
126#[cfg(web_sys_unstable_apis)]
127impl UsbDeviceFilter {
128    #[doc = "Construct a new `UsbDeviceFilter`."]
129    #[doc = ""]
130    #[doc = "*This API requires the following crate features to be activated: `UsbDeviceFilter`*"]
131    #[doc = ""]
132    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
133    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
134    pub fn new() -> Self {
135        #[allow(unused_mut)]
136        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
137        ret
138    }
139    #[cfg(web_sys_unstable_apis)]
140    #[deprecated = "Use `set_class_code()` instead."]
141    pub fn class_code(&mut self, val: u8) -> &mut Self {
142        self.set_class_code(val);
143        self
144    }
145    #[cfg(web_sys_unstable_apis)]
146    #[deprecated = "Use `set_product_id()` instead."]
147    pub fn product_id(&mut self, val: u16) -> &mut Self {
148        self.set_product_id(val);
149        self
150    }
151    #[cfg(web_sys_unstable_apis)]
152    #[deprecated = "Use `set_protocol_code()` instead."]
153    pub fn protocol_code(&mut self, val: u8) -> &mut Self {
154        self.set_protocol_code(val);
155        self
156    }
157    #[cfg(web_sys_unstable_apis)]
158    #[deprecated = "Use `set_serial_number()` instead."]
159    pub fn serial_number(&mut self, val: &str) -> &mut Self {
160        self.set_serial_number(val);
161        self
162    }
163    #[cfg(web_sys_unstable_apis)]
164    #[deprecated = "Use `set_subclass_code()` instead."]
165    pub fn subclass_code(&mut self, val: u8) -> &mut Self {
166        self.set_subclass_code(val);
167        self
168    }
169    #[cfg(web_sys_unstable_apis)]
170    #[deprecated = "Use `set_vendor_id()` instead."]
171    pub fn vendor_id(&mut self, val: u16) -> &mut Self {
172        self.set_vendor_id(val);
173        self
174    }
175}
176#[cfg(web_sys_unstable_apis)]
177impl Default for UsbDeviceFilter {
178    fn default() -> Self {
179        Self::new()
180    }
181}