#[repr(C)]pub struct COMPATIBILITY_CONTEXT_ELEMENT {
    pub Id: GUID,
    pub Type: ACTCTX_COMPATIBILITY_ELEMENT_TYPE,
}Fields
Id: GUIDType: ACTCTX_COMPATIBILITY_ELEMENT_TYPETrait Implementations
sourceimpl Clone for COMPATIBILITY_CONTEXT_ELEMENT
 
impl Clone for COMPATIBILITY_CONTEXT_ELEMENT
sourcefn clone(&self) -> COMPATIBILITY_CONTEXT_ELEMENT
 
fn clone(&self) -> COMPATIBILITY_CONTEXT_ELEMENT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for COMPATIBILITY_CONTEXT_ELEMENT
Auto Trait Implementations
impl RefUnwindSafe for COMPATIBILITY_CONTEXT_ELEMENT
impl Send for COMPATIBILITY_CONTEXT_ELEMENT
impl Sync for COMPATIBILITY_CONTEXT_ELEMENT
impl Unpin for COMPATIBILITY_CONTEXT_ELEMENT
impl UnwindSafe for COMPATIBILITY_CONTEXT_ELEMENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more