Struct winapi::winnt::OSVERSIONINFOEXW [] [src]

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
dwMajorVersion
dwMinorVersion
dwBuildNumber
dwPlatformId
szCSDVersion
wServicePackMajor
wServicePackMinor
wSuiteMask
wProductType
wReserved

Trait Implementations

impl Copy for OSVERSIONINFOEXW
[src]

impl Clone for OSVERSIONINFOEXW
[src]

fn clone(&self) -> OSVERSIONINFOEXW

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more