#[repr(C)]pub struct ACTIVATION_CONTEXT_DETAILED_INFORMATION {
    pub dwFlags: DWORD,
    pub ulFormatVersion: DWORD,
    pub ulAssemblyCount: DWORD,
    pub ulRootManifestPathType: DWORD,
    pub ulRootManifestPathChars: DWORD,
    pub ulRootConfigurationPathType: DWORD,
    pub ulRootConfigurationPathChars: DWORD,
    pub ulAppDirPathType: DWORD,
    pub ulAppDirPathChars: DWORD,
    pub lpRootManifestPath: PCWSTR,
    pub lpRootConfigurationPath: PCWSTR,
    pub lpAppDirPath: PCWSTR,
}Fields§
§dwFlags: DWORD§ulFormatVersion: DWORD§ulAssemblyCount: DWORD§ulRootManifestPathType: DWORD§ulRootManifestPathChars: DWORD§ulRootConfigurationPathType: DWORD§ulRootConfigurationPathChars: DWORD§ulAppDirPathType: DWORD§ulAppDirPathChars: DWORD§lpRootManifestPath: PCWSTR§lpRootConfigurationPath: PCWSTR§lpAppDirPath: PCWSTRTrait Implementations§
Source§impl Clone for ACTIVATION_CONTEXT_DETAILED_INFORMATION
 
impl Clone for ACTIVATION_CONTEXT_DETAILED_INFORMATION
Source§fn clone(&self) -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
 
fn clone(&self) -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
Returns a copy 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 moreimpl Copy for ACTIVATION_CONTEXT_DETAILED_INFORMATION
Auto Trait Implementations§
impl Freeze for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl RefUnwindSafe for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl !Send for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl !Sync for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl Unpin for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl UnwindSafe for ACTIVATION_CONTEXT_DETAILED_INFORMATION
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