Struct windows_sys::Win32::Networking::WinInet::INTERNET_VERSION_INFO
#[repr(C)]pub struct INTERNET_VERSION_INFO {
pub dwMajorVersion: u32,
pub dwMinorVersion: u32,
}
Fields§
§dwMajorVersion: u32
§dwMinorVersion: u32
Trait 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more