web_sys/features/
gen_WebTransportHash.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 = WebTransportHash)]
9 #[derive(Debug, Clone, PartialEq, Eq)]
10 #[doc = "The `WebTransportHash` dictionary."]
11 #[doc = ""]
12 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 WebTransportHash;
17 #[cfg(web_sys_unstable_apis)]
18 #[doc = "Get the `algorithm` field of this object."]
19 #[doc = ""]
20 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 = "algorithm")]
25 pub fn get_algorithm(this: &WebTransportHash) -> Option<::alloc::string::String>;
26 #[cfg(web_sys_unstable_apis)]
27 #[doc = "Change the `algorithm` field of this object."]
28 #[doc = ""]
29 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 = "algorithm")]
34 pub fn set_algorithm(this: &WebTransportHash, val: &str);
35 #[cfg(web_sys_unstable_apis)]
36 #[doc = "Get the `value` field of this object."]
37 #[doc = ""]
38 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 = "value")]
43 pub fn get_value(this: &WebTransportHash) -> Option<::js_sys::Object>;
44 #[cfg(web_sys_unstable_apis)]
45 #[doc = "Change the `value` field of this object."]
46 #[doc = ""]
47 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 = "value")]
52 pub fn set_value(this: &WebTransportHash, val: &::js_sys::Object);
53 #[cfg(web_sys_unstable_apis)]
54 #[doc = "Change the `value` field of this object."]
55 #[doc = ""]
56 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
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 #[doc = "# Safety"]
61 #[doc = ""]
62 #[doc = "The `val` slice must outlive any use of the dictionary on the JavaScript side. wasm-bindgen passes a raw view into wasm linear memory — if the underlying data is freed or moved before JS is done reading the field, the behaviour is undefined. Prefer the `_array` variant (takes `&Uint8Array`) for a safe alternative that copies the data."]
63 #[wasm_bindgen(method, setter = "value")]
64 pub unsafe fn set_value_u8_slice(this: &WebTransportHash, val: &mut [u8]);
65 #[cfg(web_sys_unstable_apis)]
66 #[doc = "Change the `value` field of this object."]
67 #[doc = ""]
68 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
69 #[doc = ""]
70 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
71 #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
72 #[wasm_bindgen(method, setter = "value")]
73 pub fn set_value_u8_array(this: &WebTransportHash, val: &::js_sys::Uint8Array);
74}
75#[cfg(web_sys_unstable_apis)]
76impl WebTransportHash {
77 #[doc = "Construct a new `WebTransportHash`."]
78 #[doc = ""]
79 #[doc = "*This API requires the following crate features to be activated: `WebTransportHash`*"]
80 #[doc = ""]
81 #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
82 #[doc = "[described in the `wasm-bindgen` guide](https://wasm-bindgen.github.io/wasm-bindgen/web-sys/unstable-apis.html)*"]
83 pub fn new() -> Self {
84 #[allow(unused_mut)]
85 let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
86 ret
87 }
88 #[cfg(web_sys_unstable_apis)]
89 #[deprecated = "Use `set_algorithm()` instead."]
90 pub fn algorithm(&mut self, val: &str) -> &mut Self {
91 self.set_algorithm(val);
92 self
93 }
94 #[cfg(web_sys_unstable_apis)]
95 #[deprecated = "Use `set_value()` instead."]
96 pub fn value(&mut self, val: &::js_sys::Object) -> &mut Self {
97 self.set_value(val);
98 self
99 }
100}
101#[cfg(web_sys_unstable_apis)]
102impl Default for WebTransportHash {
103 fn default() -> Self {
104 Self::new()
105 }
106}