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