#[repr(C)]pub struct CSPLATFORM {
pub dwPlatformId: u32,
pub dwVersionHi: u32,
pub dwVersionLo: u32,
pub dwProcessorArch: u32,
}Fields§
§dwPlatformId: u32§dwVersionHi: u32§dwVersionLo: u32§dwProcessorArch: u32Trait Implementations§
Source§impl Abi for CSPLATFORM
impl Abi for CSPLATFORM
Source§type Abi = CSPLATFORM
type Abi = CSPLATFORM
The abi representation of the implementing type. Read more
Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
unsafe fn from_abi(abi: Self::Abi) -> Result<Self, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for CSPLATFORM
impl Clone for CSPLATFORM
Source§fn clone(&self) -> CSPLATFORM
fn clone(&self) -> CSPLATFORM
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 CSPLATFORM
impl Debug for CSPLATFORM
Source§impl Default for CSPLATFORM
impl Default for CSPLATFORM
Source§impl PartialEq for CSPLATFORM
impl PartialEq for CSPLATFORM
impl Copy for CSPLATFORM
impl Eq for CSPLATFORM
Auto Trait Implementations§
impl Freeze for CSPLATFORM
impl RefUnwindSafe for CSPLATFORM
impl Send for CSPLATFORM
impl Sync for CSPLATFORM
impl Unpin for CSPLATFORM
impl UnwindSafe for CSPLATFORM
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