Struct winapi::um::winnt::ACTIVATION_CONTEXT_DETAILED_INFORMATION
source · #[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 moresource§impl Default for ACTIVATION_CONTEXT_DETAILED_INFORMATION
impl Default for ACTIVATION_CONTEXT_DETAILED_INFORMATION
source§fn default() -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
fn default() -> ACTIVATION_CONTEXT_DETAILED_INFORMATION
Returns the “default value” for a type. Read more