Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::OS_INFO
#[repr(C)]pub struct OS_INFO {Show 17 fields
pub MajorVer: u32,
pub MinorVer: u32,
pub Build: u32,
pub BuildQfe: u32,
pub ProductType: u32,
pub Suite: u32,
pub Revision: u32,
pub s: OS_INFO_0,
pub SrvPackNumber: u32,
pub ServicePackBuild: u32,
pub Architecture: u32,
pub Lcid: u32,
pub Name: [i8; 64],
pub FullName: [i8; 256],
pub Language: [i8; 30],
pub BuildVersion: [i8; 64],
pub ServicePackString: [i8; 64],
}
Fields§
§MajorVer: u32
§MinorVer: u32
§Build: u32
§BuildQfe: u32
§ProductType: u32
§Suite: u32
§Revision: u32
§s: OS_INFO_0
§SrvPackNumber: u32
§ServicePackBuild: u32
§Architecture: u32
§Lcid: u32
§Name: [i8; 64]
§FullName: [i8; 256]
§Language: [i8; 30]
§BuildVersion: [i8; 64]
§ServicePackString: [i8; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OS_INFO
impl RefUnwindSafe for OS_INFO
impl Send for OS_INFO
impl Sync for OS_INFO
impl Unpin for OS_INFO
impl UnwindSafe for OS_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)