#[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: PCWSTR
Trait Implementations
sourceimpl Clone for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl Clone for ACTIVATION_CONTEXT_DETAILED_INFORMATION
sourcefn clone(&self) -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
fn clone(&self) -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
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 ACTIVATION_CONTEXT_DETAILED_INFORMATION
Auto Trait Implementations
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
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