#[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: BYTETrait Implementations§
Source§impl Clone for _OSVERSIONINFOEXW
impl Clone for _OSVERSIONINFOEXW
Source§fn clone(&self) -> _OSVERSIONINFOEXW
fn clone(&self) -> _OSVERSIONINFOEXW
Returns a duplicate 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
impl Copy 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