#[repr(C)]
pub struct HTTP_QUIC_STREAM_API_TIMINGS {
Show 18 fields pub OpenCount: u64, pub OpenSum: u64, pub CloseCount: u64, pub CloseSum: u64, pub StartCount: u64, pub StartSum: u64, pub ShutdownCount: u64, pub ShutdownSum: u64, pub SendCount: u64, pub SendSum: u64, pub ReceiveSetEnabledCount: u64, pub ReceiveSetEnabledSum: u64, pub GetParamCount: u64, pub GetParamSum: u64, pub SetParamCount: u64, pub SetParamSum: u64, pub SetCallbackHandlerCount: u64, pub SetCallbackHandlerSum: u64,
}
Expand description

Required features: "Win32_Networking_HttpServer"

Fields§

§OpenCount: u64§OpenSum: u64§CloseCount: u64§CloseSum: u64§StartCount: u64§StartSum: u64§ShutdownCount: u64§ShutdownSum: u64§SendCount: u64§SendSum: u64§ReceiveSetEnabledCount: u64§ReceiveSetEnabledSum: u64§GetParamCount: u64§GetParamSum: u64§SetParamCount: u64§SetParamSum: u64§SetCallbackHandlerCount: u64§SetCallbackHandlerSum: u64

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.