Struct windows_sys::Win32::Networking::WinHttp::HTTP_VERSION_INFO
[−]Expand description
Required features: "Win32_Networking_WinHttp"
Fields
dwMajorVersion: u32
dwMinorVersion: u32
Trait Implementations
impl Clone for HTTP_VERSION_INFO
impl Clone for HTTP_VERSION_INFO
impl Copy for HTTP_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for HTTP_VERSION_INFO
impl Send for HTTP_VERSION_INFO
impl Sync for HTTP_VERSION_INFO
impl Unpin for HTTP_VERSION_INFO
impl UnwindSafe for HTTP_VERSION_INFO
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