Struct quinn_proto::FrameStats
source · #[non_exhaustive]pub struct FrameStats {Show 24 fields
pub acks: u64,
pub ack_frequency: u64,
pub crypto: u64,
pub connection_close: u64,
pub data_blocked: u64,
pub datagram: u64,
pub handshake_done: u8,
pub immediate_ack: u64,
pub max_data: u64,
pub max_stream_data: u64,
pub max_streams_bidi: u64,
pub max_streams_uni: u64,
pub new_connection_id: u64,
pub new_token: u64,
pub path_challenge: u64,
pub path_response: u64,
pub ping: u64,
pub reset_stream: u64,
pub retire_connection_id: u64,
pub stream_data_blocked: u64,
pub streams_blocked_bidi: u64,
pub streams_blocked_uni: u64,
pub stop_sending: u64,
pub stream: u64,
}
Expand description
Number of frames transmitted of each frame type
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.acks: u64
§ack_frequency: u64
§crypto: u64
§connection_close: u64
§data_blocked: u64
§datagram: u64
§handshake_done: u8
§immediate_ack: u64
§max_data: u64
§max_stream_data: u64
§max_streams_bidi: u64
§max_streams_uni: u64
§new_connection_id: u64
§new_token: u64
§path_challenge: u64
§path_response: u64
§ping: u64
§reset_stream: u64
§retire_connection_id: u64
§stream_data_blocked: u64
§streams_blocked_bidi: u64
§streams_blocked_uni: u64
§stop_sending: u64
§stream: u64
Trait Implementations§
source§impl Clone for FrameStats
impl Clone for FrameStats
source§fn clone(&self) -> FrameStats
fn clone(&self) -> FrameStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FrameStats
impl Debug for FrameStats
source§impl Default for FrameStats
impl Default for FrameStats
source§fn default() -> FrameStats
fn default() -> FrameStats
Returns the “default value” for a type. Read more
impl Copy for FrameStats
Auto Trait Implementations§
impl Freeze for FrameStats
impl RefUnwindSafe for FrameStats
impl Send for FrameStats
impl Sync for FrameStats
impl Unpin for FrameStats
impl UnwindSafe for FrameStats
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)