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: DWORD dwMajorVersion: DWORD dwMinorVersion: DWORD dwBuildNumber: DWORD dwPlatformId: DWORD szCSDVersion: [WCHAR; 128] wServicePackMajor: WORD wServicePackMinor: WORD wSuiteMask: WORD wProductType: BYTE wReserved: BYTE

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