Struct windows_sys::Win32::System::SystemInformation::OSVERSIONINFOEXA
#[repr(C)]pub struct OSVERSIONINFOEXA {
pub dwOSVersionInfoSize: u32,
pub dwMajorVersion: u32,
pub dwMinorVersion: u32,
pub dwBuildNumber: u32,
pub dwPlatformId: u32,
pub szCSDVersion: [u8; 128],
pub wServicePackMajor: u16,
pub wServicePackMinor: u16,
pub wSuiteMask: u16,
pub wProductType: u8,
pub wReserved: u8,
}
Fields§
§dwOSVersionInfoSize: u32
§dwMajorVersion: u32
§dwMinorVersion: u32
§dwBuildNumber: u32
§dwPlatformId: u32
§szCSDVersion: [u8; 128]
§wServicePackMajor: u16
§wServicePackMinor: u16
§wSuiteMask: u16
§wProductType: u8
§wReserved: u8
Trait Implementations§
§impl Clone for OSVERSIONINFOEXA
impl Clone for OSVERSIONINFOEXA
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§
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