web_sys/features/
gen_WebTransportSendStreamStats.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 = WebTransportSendStreamStats)]
9    #[derive(Debug, Clone, PartialEq, Eq)]
10    #[doc = "The `WebTransportSendStreamStats` dictionary."]
11    #[doc = ""]
12    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 WebTransportSendStreamStats;
17    #[cfg(web_sys_unstable_apis)]
18    #[doc = "Get the `bytesAcknowledged` field of this object."]
19    #[doc = ""]
20    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesAcknowledged")]
25    pub fn get_bytes_acknowledged(this: &WebTransportSendStreamStats) -> Option<f64>;
26    #[cfg(web_sys_unstable_apis)]
27    #[doc = "Change the `bytesAcknowledged` field of this object."]
28    #[doc = ""]
29    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesAcknowledged")]
34    pub fn set_bytes_acknowledged(this: &WebTransportSendStreamStats, val: f64);
35    #[cfg(web_sys_unstable_apis)]
36    #[doc = "Get the `bytesSent` field of this object."]
37    #[doc = ""]
38    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesSent")]
43    pub fn get_bytes_sent(this: &WebTransportSendStreamStats) -> Option<f64>;
44    #[cfg(web_sys_unstable_apis)]
45    #[doc = "Change the `bytesSent` field of this object."]
46    #[doc = ""]
47    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesSent")]
52    pub fn set_bytes_sent(this: &WebTransportSendStreamStats, val: f64);
53    #[cfg(web_sys_unstable_apis)]
54    #[doc = "Get the `bytesWritten` field of this object."]
55    #[doc = ""]
56    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesWritten")]
61    pub fn get_bytes_written(this: &WebTransportSendStreamStats) -> Option<f64>;
62    #[cfg(web_sys_unstable_apis)]
63    #[doc = "Change the `bytesWritten` field of this object."]
64    #[doc = ""]
65    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "bytesWritten")]
70    pub fn set_bytes_written(this: &WebTransportSendStreamStats, val: f64);
71    #[cfg(web_sys_unstable_apis)]
72    #[doc = "Get the `timestamp` field of this object."]
73    #[doc = ""]
74    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "timestamp")]
79    pub fn get_timestamp(this: &WebTransportSendStreamStats) -> Option<f64>;
80    #[cfg(web_sys_unstable_apis)]
81    #[doc = "Change the `timestamp` field of this object."]
82    #[doc = ""]
83    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
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 = "timestamp")]
88    pub fn set_timestamp(this: &WebTransportSendStreamStats, val: f64);
89}
90#[cfg(web_sys_unstable_apis)]
91impl WebTransportSendStreamStats {
92    #[doc = "Construct a new `WebTransportSendStreamStats`."]
93    #[doc = ""]
94    #[doc = "*This API requires the following crate features to be activated: `WebTransportSendStreamStats`*"]
95    #[doc = ""]
96    #[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
97    #[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
98    pub fn new() -> Self {
99        #[allow(unused_mut)]
100        let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
101        ret
102    }
103    #[cfg(web_sys_unstable_apis)]
104    #[deprecated = "Use `set_bytes_acknowledged()` instead."]
105    pub fn bytes_acknowledged(&mut self, val: f64) -> &mut Self {
106        self.set_bytes_acknowledged(val);
107        self
108    }
109    #[cfg(web_sys_unstable_apis)]
110    #[deprecated = "Use `set_bytes_sent()` instead."]
111    pub fn bytes_sent(&mut self, val: f64) -> &mut Self {
112        self.set_bytes_sent(val);
113        self
114    }
115    #[cfg(web_sys_unstable_apis)]
116    #[deprecated = "Use `set_bytes_written()` instead."]
117    pub fn bytes_written(&mut self, val: f64) -> &mut Self {
118        self.set_bytes_written(val);
119        self
120    }
121    #[cfg(web_sys_unstable_apis)]
122    #[deprecated = "Use `set_timestamp()` instead."]
123    pub fn timestamp(&mut self, val: f64) -> &mut Self {
124        self.set_timestamp(val);
125        self
126    }
127}
128#[cfg(web_sys_unstable_apis)]
129impl Default for WebTransportSendStreamStats {
130    fn default() -> Self {
131        Self::new()
132    }
133}