Struct windows_sys::Win32::Networking::HttpServer::HTTP_QUIC_API_TIMINGS
[−]#[repr(C)]pub struct HTTP_QUIC_API_TIMINGS {
pub ConnectionTimings: HTTP_QUIC_CONNECTION_API_TIMINGS,
pub StreamTimings: HTTP_QUIC_STREAM_API_TIMINGS,
}
Expand description
Required features: ‘Win32_Networking_HttpServer’
Fields
ConnectionTimings: HTTP_QUIC_CONNECTION_API_TIMINGS
StreamTimings: HTTP_QUIC_STREAM_API_TIMINGS
Trait Implementations
impl Clone for HTTP_QUIC_API_TIMINGS
impl Clone for HTTP_QUIC_API_TIMINGS
impl Copy for HTTP_QUIC_API_TIMINGS
Auto Trait Implementations
impl RefUnwindSafe for HTTP_QUIC_API_TIMINGS
impl Send for HTTP_QUIC_API_TIMINGS
impl Sync for HTTP_QUIC_API_TIMINGS
impl Unpin for HTTP_QUIC_API_TIMINGS
impl UnwindSafe for HTTP_QUIC_API_TIMINGS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more