#[repr(C)]
pub struct HTTP_QUIC_CONNECTION_API_TIMINGS {
Show 13 fields pub OpenTime: u64, pub CloseTime: u64, pub StartTime: u64, pub ShutdownTime: u64, pub SecConfigCreateTime: u64, pub SecConfigDeleteTime: u64, pub GetParamCount: u64, pub GetParamSum: u64, pub SetParamCount: u64, pub SetParamSum: u64, pub SetCallbackHandlerCount: u64, pub SetCallbackHandlerSum: u64, pub ControlStreamTimings: HTTP_QUIC_STREAM_API_TIMINGS,
}
Expand description

Required features: "Win32_Networking_HttpServer"

Fields

OpenTime: u64CloseTime: u64StartTime: u64ShutdownTime: u64SecConfigCreateTime: u64SecConfigDeleteTime: u64GetParamCount: u64GetParamSum: u64SetParamCount: u64SetParamSum: u64SetCallbackHandlerCount: u64SetCallbackHandlerSum: u64ControlStreamTimings: HTTP_QUIC_STREAM_API_TIMINGS

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.