#[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: DWORDdwMajorVersion: DWORDdwMinorVersion: DWORDdwBuildNumber: DWORDdwPlatformId: DWORDszCSDVersion: [CHAR; 128]wServicePackMajor: WORDwServicePackMinor: WORDwSuiteMask: WORDwProductType: BYTEwReserved: BYTETrait Implementations
sourceimpl Clone for OSVERSIONINFOEXA
 
impl Clone for OSVERSIONINFOEXA
sourcefn clone(&self) -> OSVERSIONINFOEXA
 
fn clone(&self) -> OSVERSIONINFOEXA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for OSVERSIONINFOEXA
Auto Trait Implementations
impl RefUnwindSafe for OSVERSIONINFOEXA
impl Send for OSVERSIONINFOEXA
impl Sync for OSVERSIONINFOEXA
impl Unpin for OSVERSIONINFOEXA
impl UnwindSafe for OSVERSIONINFOEXA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more