Struct windows_sys::Win32::Networking::WinInet::INTERNET_VERSION_INFO
[−]Expand description
Required features: ‘Win32_Networking_WinInet’
Fields
dwMajorVersion: u32dwMinorVersion: u32Trait Implementations
impl Clone for INTERNET_VERSION_INFO
impl Clone for INTERNET_VERSION_INFO
impl Copy for INTERNET_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_VERSION_INFO
impl Send for INTERNET_VERSION_INFO
impl Sync for INTERNET_VERSION_INFO
impl Unpin for INTERNET_VERSION_INFO
impl UnwindSafe for INTERNET_VERSION_INFO
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