#[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
sourceimpl Clone for OSVERSIONINFOW
impl Clone for OSVERSIONINFOW
sourcefn clone(&self) -> OSVERSIONINFOW
fn clone(&self) -> OSVERSIONINFOW
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 OSVERSIONINFOW
Auto Trait Implementations
impl RefUnwindSafe for OSVERSIONINFOW
impl Send for OSVERSIONINFOW
impl Sync for OSVERSIONINFOW
impl Unpin for OSVERSIONINFOW
impl UnwindSafe for OSVERSIONINFOW
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