#[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: DWORD
Trait Implementations§
Source§impl Clone for tagCSPLATFORM
impl Clone for tagCSPLATFORM
Source§fn clone(&self) -> tagCSPLATFORM
fn clone(&self) -> tagCSPLATFORM
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 moreSource§impl Debug for tagCSPLATFORM
impl Debug for tagCSPLATFORM
Source§impl Ord for tagCSPLATFORM
impl Ord for tagCSPLATFORM
Source§fn cmp(&self, other: &tagCSPLATFORM) -> Ordering
fn cmp(&self, other: &tagCSPLATFORM) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCSPLATFORM
impl PartialEq for tagCSPLATFORM
Source§impl PartialOrd for tagCSPLATFORM
impl PartialOrd for tagCSPLATFORM
impl Copy for tagCSPLATFORM
impl Eq for tagCSPLATFORM
impl StructuralPartialEq 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