#[repr(transparent)]pub struct DCOM_CALL_STATE(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl DCOM_CALL_STATE
impl DCOM_CALL_STATE
pub const DCOM_NONE: Self
pub const DCOM_CALL_COMPLETE: Self
pub const DCOM_CALL_CANCELED: Self
Trait Implementations§
Source§impl Abi for DCOM_CALL_STATE
impl Abi for DCOM_CALL_STATE
Source§type Abi = DCOM_CALL_STATE
type Abi = DCOM_CALL_STATE
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 DCOM_CALL_STATE
impl Clone for DCOM_CALL_STATE
Source§fn clone(&self) -> DCOM_CALL_STATE
fn clone(&self) -> DCOM_CALL_STATE
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 DCOM_CALL_STATE
impl Debug for DCOM_CALL_STATE
Source§impl Default for DCOM_CALL_STATE
impl Default for DCOM_CALL_STATE
Source§fn default() -> DCOM_CALL_STATE
fn default() -> DCOM_CALL_STATE
Returns the “default value” for a type. Read more
Source§impl From<i32> for DCOM_CALL_STATE
impl From<i32> for DCOM_CALL_STATE
Source§impl PartialEq for DCOM_CALL_STATE
impl PartialEq for DCOM_CALL_STATE
impl Copy for DCOM_CALL_STATE
impl Eq for DCOM_CALL_STATE
impl StructuralPartialEq for DCOM_CALL_STATE
Auto Trait Implementations§
impl Freeze for DCOM_CALL_STATE
impl RefUnwindSafe for DCOM_CALL_STATE
impl Send for DCOM_CALL_STATE
impl Sync for DCOM_CALL_STATE
impl Unpin for DCOM_CALL_STATE
impl UnwindSafe for DCOM_CALL_STATE
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