Struct OSVERSIONINFOA
#[repr(C)]pub struct OSVERSIONINFOA {
pub dwOSVersionInfoSize: u32,
pub dwMajorVersion: u32,
pub dwMinorVersion: u32,
pub dwBuildNumber: u32,
pub dwPlatformId: u32,
pub szCSDVersion: [i8; 128],
}
Fields§
§dwOSVersionInfoSize: u32
§dwMajorVersion: u32
§dwMinorVersion: u32
§dwBuildNumber: u32
§dwPlatformId: u32
§szCSDVersion: [i8; 128]
Trait Implementations§
§impl Clone for OSVERSIONINFOA
impl Clone for OSVERSIONINFOA
§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 more§impl Debug for OSVERSIONINFOA
impl Debug for OSVERSIONINFOA
§impl Default for OSVERSIONINFOA
impl Default for OSVERSIONINFOA
§impl PartialEq for OSVERSIONINFOA
impl PartialEq for OSVERSIONINFOA
impl Copy 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