#[repr(C)]
pub struct ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION {
Show 19 fields pub ulFlags: DWORD, pub ulEncodedAssemblyIdentityLength: DWORD, pub ulManifestPathType: DWORD, pub ulManifestPathLength: DWORD, pub liManifestLastWriteTime: LARGE_INTEGER, pub ulPolicyPathType: DWORD, pub ulPolicyPathLength: DWORD, pub liPolicyLastWriteTime: LARGE_INTEGER, pub ulMetadataSatelliteRosterIndex: DWORD, pub ulManifestVersionMajor: DWORD, pub ulManifestVersionMinor: DWORD, pub ulPolicyVersionMajor: DWORD, pub ulPolicyVersionMinor: DWORD, pub ulAssemblyDirectoryNameLength: DWORD, pub lpAssemblyEncodedAssemblyIdentity: PCWSTR, pub lpAssemblyManifestPath: PCWSTR, pub lpAssemblyPolicyPath: PCWSTR, pub lpAssemblyDirectoryName: PCWSTR, pub ulFileCount: DWORD,
}

Fields

ulFlags: DWORDulEncodedAssemblyIdentityLength: DWORDulManifestPathType: DWORDulManifestPathLength: DWORDliManifestLastWriteTime: LARGE_INTEGERulPolicyPathType: DWORDulPolicyPathLength: DWORDliPolicyLastWriteTime: LARGE_INTEGERulMetadataSatelliteRosterIndex: DWORDulManifestVersionMajor: DWORDulManifestVersionMinor: DWORDulPolicyVersionMajor: DWORDulPolicyVersionMinor: DWORDulAssemblyDirectoryNameLength: DWORDlpAssemblyEncodedAssemblyIdentity: PCWSTRlpAssemblyManifestPath: PCWSTRlpAssemblyPolicyPath: PCWSTRlpAssemblyDirectoryName: PCWSTRulFileCount: DWORD

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.