#[repr(C)]pub struct tagCSPLATFORM {
pub dwPlatformId: DWORD,
pub dwVersionHi: DWORD,
pub dwVersionLo: DWORD,
pub dwProcessorArch: DWORD,
}Fields§
§dwPlatformId: DWORD§dwVersionHi: DWORD§dwVersionLo: DWORD§dwProcessorArch: DWORDTrait Implementations§
Source§impl Clone for tagCSPLATFORM
impl Clone for tagCSPLATFORM
Source§fn clone(&self) -> tagCSPLATFORM
fn clone(&self) -> tagCSPLATFORM
Returns a duplicate 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 moreSource§impl Debug for tagCSPLATFORM
impl Debug for tagCSPLATFORM
impl Copy for tagCSPLATFORM
Auto Trait Implementations§
impl Freeze for tagCSPLATFORM
impl RefUnwindSafe for tagCSPLATFORM
impl Send for tagCSPLATFORM
impl Sync for tagCSPLATFORM
impl Unpin for tagCSPLATFORM
impl UnwindSafe for tagCSPLATFORM
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