#[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 Debug for _OSVERSIONINFOW
impl Debug for _OSVERSIONINFOW
Source§impl Ord for _OSVERSIONINFOW
impl Ord for _OSVERSIONINFOW
Source§fn cmp(&self, other: &_OSVERSIONINFOW) -> Ordering
fn cmp(&self, other: &_OSVERSIONINFOW) -> 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 _OSVERSIONINFOW
impl PartialEq for _OSVERSIONINFOW
Source§impl PartialOrd for _OSVERSIONINFOW
impl PartialOrd for _OSVERSIONINFOW
impl Copy for _OSVERSIONINFOW
impl Eq for _OSVERSIONINFOW
impl StructuralPartialEq for _OSVERSIONINFOW
Auto Trait Implementations§
impl Freeze for _OSVERSIONINFOW
impl RefUnwindSafe for _OSVERSIONINFOW
impl Send for _OSVERSIONINFOW
impl Sync for _OSVERSIONINFOW
impl Unpin for _OSVERSIONINFOW
impl UnwindSafe for _OSVERSIONINFOW
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