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