Struct winapi::um::winnt::OSVERSIONINFOEXW
source · #[repr(C)]pub struct OSVERSIONINFOEXW {
pub dwOSVersionInfoSize: DWORD,
pub dwMajorVersion: DWORD,
pub dwMinorVersion: DWORD,
pub dwBuildNumber: DWORD,
pub dwPlatformId: DWORD,
pub szCSDVersion: [WCHAR; 128],
pub wServicePackMajor: WORD,
pub wServicePackMinor: WORD,
pub wSuiteMask: WORD,
pub wProductType: BYTE,
pub wReserved: BYTE,
}
Fields§
§dwOSVersionInfoSize: DWORD
§dwMajorVersion: DWORD
§dwMinorVersion: DWORD
§dwBuildNumber: DWORD
§dwPlatformId: DWORD
§szCSDVersion: [WCHAR; 128]
§wServicePackMajor: WORD
§wServicePackMinor: WORD
§wSuiteMask: WORD
§wProductType: BYTE
§wReserved: BYTE
Trait Implementations§
source§impl Clone for OSVERSIONINFOEXW
impl Clone for OSVERSIONINFOEXW
source§fn clone(&self) -> OSVERSIONINFOEXW
fn clone(&self) -> OSVERSIONINFOEXW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for OSVERSIONINFOEXW
impl Default for OSVERSIONINFOEXW
source§fn default() -> OSVERSIONINFOEXW
fn default() -> OSVERSIONINFOEXW
Returns the “default value” for a type. Read more