#[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 Debug for _OSVERSIONINFOEXW
impl Debug for _OSVERSIONINFOEXW
Source§impl Ord for _OSVERSIONINFOEXW
impl Ord for _OSVERSIONINFOEXW
Source§fn cmp(&self, other: &_OSVERSIONINFOEXW) -> Ordering
fn cmp(&self, other: &_OSVERSIONINFOEXW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _OSVERSIONINFOEXW
impl PartialEq for _OSVERSIONINFOEXW
Source§impl PartialOrd for _OSVERSIONINFOEXW
impl PartialOrd for _OSVERSIONINFOEXW
impl Copy for _OSVERSIONINFOEXW
impl Eq for _OSVERSIONINFOEXW
impl StructuralPartialEq for _OSVERSIONINFOEXW
Auto Trait Implementations§
impl Freeze for _OSVERSIONINFOEXW
impl RefUnwindSafe for _OSVERSIONINFOEXW
impl Send for _OSVERSIONINFOEXW
impl Sync for _OSVERSIONINFOEXW
impl Unpin for _OSVERSIONINFOEXW
impl UnwindSafe for _OSVERSIONINFOEXW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more