#[repr(i32)]pub enum tagDCOM_CALL_STATE {
DCOM_NONE = 0,
DCOM_CALL_COMPLETE = 1,
DCOM_CALL_CANCELED = 2,
}Variants§
Trait Implementations§
Source§impl Clone for tagDCOM_CALL_STATE
impl Clone for tagDCOM_CALL_STATE
Source§fn clone(&self) -> tagDCOM_CALL_STATE
fn clone(&self) -> tagDCOM_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 tagDCOM_CALL_STATE
impl Debug for tagDCOM_CALL_STATE
Source§impl Hash for tagDCOM_CALL_STATE
impl Hash for tagDCOM_CALL_STATE
Source§impl PartialEq for tagDCOM_CALL_STATE
impl PartialEq for tagDCOM_CALL_STATE
impl Copy for tagDCOM_CALL_STATE
impl Eq for tagDCOM_CALL_STATE
impl StructuralPartialEq for tagDCOM_CALL_STATE
Auto Trait Implementations§
impl Freeze for tagDCOM_CALL_STATE
impl RefUnwindSafe for tagDCOM_CALL_STATE
impl Send for tagDCOM_CALL_STATE
impl Sync for tagDCOM_CALL_STATE
impl Unpin for tagDCOM_CALL_STATE
impl UnwindSafe for tagDCOM_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