web_sys/features/
gen_WebTransportStats.rs#![allow(unused_imports)]
#![allow(clippy::all)]
use super::*;
use wasm_bindgen::prelude::*;
#[cfg(web_sys_unstable_apis)]
#[wasm_bindgen]
extern "C" {
# [wasm_bindgen (extends = :: js_sys :: Object , js_name = WebTransportStats)]
#[derive(Debug, Clone, PartialEq, Eq)]
#[doc = "The `WebTransportStats` dictionary."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub type WebTransportStats;
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `bytesReceived` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "bytesReceived")]
pub fn get_bytes_received(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `bytesReceived` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "bytesReceived")]
pub fn set_bytes_received(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `bytesSent` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "bytesSent")]
pub fn get_bytes_sent(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `bytesSent` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "bytesSent")]
pub fn set_bytes_sent(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "WebTransportDatagramStats")]
#[doc = "Get the `datagrams` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`, `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "datagrams")]
pub fn get_datagrams(this: &WebTransportStats) -> Option<WebTransportDatagramStats>;
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "WebTransportDatagramStats")]
#[doc = "Change the `datagrams` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportDatagramStats`, `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "datagrams")]
pub fn set_datagrams(this: &WebTransportStats, val: &WebTransportDatagramStats);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `minRtt` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "minRtt")]
pub fn get_min_rtt(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `minRtt` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "minRtt")]
pub fn set_min_rtt(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `numIncomingStreamsCreated` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "numIncomingStreamsCreated")]
pub fn get_num_incoming_streams_created(this: &WebTransportStats) -> Option<u32>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `numIncomingStreamsCreated` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "numIncomingStreamsCreated")]
pub fn set_num_incoming_streams_created(this: &WebTransportStats, val: u32);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `numOutgoingStreamsCreated` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "numOutgoingStreamsCreated")]
pub fn get_num_outgoing_streams_created(this: &WebTransportStats) -> Option<u32>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `numOutgoingStreamsCreated` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "numOutgoingStreamsCreated")]
pub fn set_num_outgoing_streams_created(this: &WebTransportStats, val: u32);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `packetsLost` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "packetsLost")]
pub fn get_packets_lost(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `packetsLost` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "packetsLost")]
pub fn set_packets_lost(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `packetsReceived` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "packetsReceived")]
pub fn get_packets_received(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `packetsReceived` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "packetsReceived")]
pub fn set_packets_received(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `packetsSent` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "packetsSent")]
pub fn get_packets_sent(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `packetsSent` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "packetsSent")]
pub fn set_packets_sent(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `rttVariation` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "rttVariation")]
pub fn get_rtt_variation(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `rttVariation` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "rttVariation")]
pub fn set_rtt_variation(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `smoothedRtt` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "smoothedRtt")]
pub fn get_smoothed_rtt(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `smoothedRtt` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "smoothedRtt")]
pub fn set_smoothed_rtt(this: &WebTransportStats, val: f64);
#[cfg(web_sys_unstable_apis)]
#[doc = "Get the `timestamp` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, getter = "timestamp")]
pub fn get_timestamp(this: &WebTransportStats) -> Option<f64>;
#[cfg(web_sys_unstable_apis)]
#[doc = "Change the `timestamp` field of this object."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
#[wasm_bindgen(method, setter = "timestamp")]
pub fn set_timestamp(this: &WebTransportStats, val: f64);
}
#[cfg(web_sys_unstable_apis)]
impl WebTransportStats {
#[doc = "Construct a new `WebTransportStats`."]
#[doc = ""]
#[doc = "*This API requires the following crate features to be activated: `WebTransportStats`*"]
#[doc = ""]
#[doc = "*This API is unstable and requires `--cfg=web_sys_unstable_apis` to be activated, as"]
#[doc = "[described in the `wasm-bindgen` guide](https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html)*"]
pub fn new() -> Self {
#[allow(unused_mut)]
let mut ret: Self = ::wasm_bindgen::JsCast::unchecked_into(::js_sys::Object::new());
ret
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_bytes_received()` instead."]
pub fn bytes_received(&mut self, val: f64) -> &mut Self {
self.set_bytes_received(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_bytes_sent()` instead."]
pub fn bytes_sent(&mut self, val: f64) -> &mut Self {
self.set_bytes_sent(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[cfg(feature = "WebTransportDatagramStats")]
#[deprecated = "Use `set_datagrams()` instead."]
pub fn datagrams(&mut self, val: &WebTransportDatagramStats) -> &mut Self {
self.set_datagrams(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_min_rtt()` instead."]
pub fn min_rtt(&mut self, val: f64) -> &mut Self {
self.set_min_rtt(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_num_incoming_streams_created()` instead."]
pub fn num_incoming_streams_created(&mut self, val: u32) -> &mut Self {
self.set_num_incoming_streams_created(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_num_outgoing_streams_created()` instead."]
pub fn num_outgoing_streams_created(&mut self, val: u32) -> &mut Self {
self.set_num_outgoing_streams_created(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_packets_lost()` instead."]
pub fn packets_lost(&mut self, val: f64) -> &mut Self {
self.set_packets_lost(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_packets_received()` instead."]
pub fn packets_received(&mut self, val: f64) -> &mut Self {
self.set_packets_received(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_packets_sent()` instead."]
pub fn packets_sent(&mut self, val: f64) -> &mut Self {
self.set_packets_sent(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_rtt_variation()` instead."]
pub fn rtt_variation(&mut self, val: f64) -> &mut Self {
self.set_rtt_variation(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_smoothed_rtt()` instead."]
pub fn smoothed_rtt(&mut self, val: f64) -> &mut Self {
self.set_smoothed_rtt(val);
self
}
#[cfg(web_sys_unstable_apis)]
#[deprecated = "Use `set_timestamp()` instead."]
pub fn timestamp(&mut self, val: f64) -> &mut Self {
self.set_timestamp(val);
self
}
}
#[cfg(web_sys_unstable_apis)]
impl Default for WebTransportStats {
fn default() -> Self {
Self::new()
}
}