Struct windows_sys::Win32::Networking::WinInet::HTTP_REQUEST_TIMES
[−]Expand description
Required features: "Win32_Networking_WinInet"
Fields
cTimes: u32
rgTimes: [u64; 32]
Trait Implementations
impl Clone for HTTP_REQUEST_TIMES
impl Clone for HTTP_REQUEST_TIMES
impl Copy for HTTP_REQUEST_TIMES
Auto Trait Implementations
impl RefUnwindSafe for HTTP_REQUEST_TIMES
impl Send for HTTP_REQUEST_TIMES
impl Sync for HTTP_REQUEST_TIMES
impl Unpin for HTTP_REQUEST_TIMES
impl UnwindSafe for HTTP_REQUEST_TIMES
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