Struct OS_INFO_v1
#[repr(C)]pub struct OS_INFO_v1 {
pub Type: OS_TYPE,
pub Anonymous: OS_INFO_v1_0,
pub ProductType: u32,
pub Suite: u32,
pub s: OS_INFO_v1_1,
pub SrvPackNumber: u32,
pub Language: [i8; 30],
pub OsString: [i8; 64],
pub ServicePackString: [i8; 64],
}
Fields§
§Type: OS_TYPE
§Anonymous: OS_INFO_v1_0
§ProductType: u32
§Suite: u32
§s: OS_INFO_v1_1
§SrvPackNumber: u32
§Language: [i8; 30]
§OsString: [i8; 64]
§ServicePackString: [i8; 64]
Trait Implementations§
§impl Clone for OS_INFO_v1
impl Clone for OS_INFO_v1
§fn clone(&self) -> OS_INFO_v1
fn clone(&self) -> OS_INFO_v1
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 moreimpl Copy for OS_INFO_v1
Auto Trait Implementations§
impl Freeze for OS_INFO_v1
impl RefUnwindSafe for OS_INFO_v1
impl Send for OS_INFO_v1
impl Sync for OS_INFO_v1
impl Unpin for OS_INFO_v1
impl UnwindSafe for OS_INFO_v1
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