#[repr(C)]pub struct _OSVERSIONINFOA {
pub dwOSVersionInfoSize: DWORD,
pub dwMajorVersion: DWORD,
pub dwMinorVersion: DWORD,
pub dwBuildNumber: DWORD,
pub dwPlatformId: DWORD,
pub szCSDVersion: [CHAR; 128],
}
Fields§
§dwOSVersionInfoSize: DWORD
§dwMajorVersion: DWORD
§dwMinorVersion: DWORD
§dwBuildNumber: DWORD
§dwPlatformId: DWORD
§szCSDVersion: [CHAR; 128]
Trait Implementations§
Source§impl Clone for _OSVERSIONINFOA
impl Clone for _OSVERSIONINFOA
Source§fn clone(&self) -> _OSVERSIONINFOA
fn clone(&self) -> _OSVERSIONINFOA
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 _OSVERSIONINFOA
impl Debug for _OSVERSIONINFOA
Source§impl Ord for _OSVERSIONINFOA
impl Ord for _OSVERSIONINFOA
Source§fn cmp(&self, other: &_OSVERSIONINFOA) -> Ordering
fn cmp(&self, other: &_OSVERSIONINFOA) -> 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 _OSVERSIONINFOA
impl PartialEq for _OSVERSIONINFOA
Source§impl PartialOrd for _OSVERSIONINFOA
impl PartialOrd for _OSVERSIONINFOA
impl Copy for _OSVERSIONINFOA
impl Eq for _OSVERSIONINFOA
impl StructuralPartialEq for _OSVERSIONINFOA
Auto Trait Implementations§
impl Freeze for _OSVERSIONINFOA
impl RefUnwindSafe for _OSVERSIONINFOA
impl Send for _OSVERSIONINFOA
impl Sync for _OSVERSIONINFOA
impl Unpin for _OSVERSIONINFOA
impl UnwindSafe for _OSVERSIONINFOA
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