Struct winapi::um::winnt::OSVERSIONINFOEXA
source · #[repr(C)]pub struct OSVERSIONINFOEXA {
pub dwOSVersionInfoSize: DWORD,
pub dwMajorVersion: DWORD,
pub dwMinorVersion: DWORD,
pub dwBuildNumber: DWORD,
pub dwPlatformId: DWORD,
pub szCSDVersion: [CHAR; 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: [CHAR; 128]
§wServicePackMajor: WORD
§wServicePackMinor: WORD
§wSuiteMask: WORD
§wProductType: BYTE
§wReserved: BYTE
Trait Implementations§
source§impl Clone for OSVERSIONINFOEXA
impl Clone for OSVERSIONINFOEXA
source§fn clone(&self) -> OSVERSIONINFOEXA
fn clone(&self) -> OSVERSIONINFOEXA
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 OSVERSIONINFOEXA
impl Default for OSVERSIONINFOEXA
source§fn default() -> OSVERSIONINFOEXA
fn default() -> OSVERSIONINFOEXA
Returns the “default value” for a type. Read more