Struct windows_sys::Win32::Networking::WinHttp::WINHTTP_REQUEST_STATS
[−]#[repr(C)]pub struct WINHTTP_REQUEST_STATS {
pub ullFlags: u64,
pub ulIndex: u32,
pub cStats: u32,
pub rgullStats: [u64; 32],
}
Expand description
Required features: "Win32_Networking_WinHttp"
Fields
ullFlags: u64
ulIndex: u32
cStats: u32
rgullStats: [u64; 32]
Trait Implementations
impl Clone for WINHTTP_REQUEST_STATS
impl Clone for WINHTTP_REQUEST_STATS
impl Copy for WINHTTP_REQUEST_STATS
Auto Trait Implementations
impl RefUnwindSafe for WINHTTP_REQUEST_STATS
impl Send for WINHTTP_REQUEST_STATS
impl Sync for WINHTTP_REQUEST_STATS
impl Unpin for WINHTTP_REQUEST_STATS
impl UnwindSafe for WINHTTP_REQUEST_STATS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more