Struct 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§
impl Copy for OS_INFO
impl StructuralPartialEq for OS_INFO
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