Struct windows_sys::Win32::System::ApplicationInstallationAndServicing::ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
#[repr(C)]pub struct ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION {Show 19 fields
pub ulFlags: u32,
pub ulEncodedAssemblyIdentityLength: u32,
pub ulManifestPathType: u32,
pub ulManifestPathLength: u32,
pub liManifestLastWriteTime: i64,
pub ulPolicyPathType: u32,
pub ulPolicyPathLength: u32,
pub liPolicyLastWriteTime: i64,
pub ulMetadataSatelliteRosterIndex: u32,
pub ulManifestVersionMajor: u32,
pub ulManifestVersionMinor: u32,
pub ulPolicyVersionMajor: u32,
pub ulPolicyVersionMinor: u32,
pub ulAssemblyDirectoryNameLength: u32,
pub lpAssemblyEncodedAssemblyIdentity: PCWSTR,
pub lpAssemblyManifestPath: PCWSTR,
pub lpAssemblyPolicyPath: PCWSTR,
pub lpAssemblyDirectoryName: PCWSTR,
pub ulFileCount: u32,
}
Fields§
§ulFlags: u32
§ulEncodedAssemblyIdentityLength: u32
§ulManifestPathType: u32
§ulManifestPathLength: u32
§liManifestLastWriteTime: i64
§ulPolicyPathType: u32
§ulPolicyPathLength: u32
§liPolicyLastWriteTime: i64
§ulMetadataSatelliteRosterIndex: u32
§ulManifestVersionMajor: u32
§ulManifestVersionMinor: u32
§ulPolicyVersionMajor: u32
§ulPolicyVersionMinor: u32
§ulAssemblyDirectoryNameLength: u32
§lpAssemblyEncodedAssemblyIdentity: PCWSTR
§lpAssemblyManifestPath: PCWSTR
§lpAssemblyPolicyPath: PCWSTR
§lpAssemblyDirectoryName: PCWSTR
§ulFileCount: u32
Trait Implementations§
§impl Clone for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl Clone for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
§fn clone(&self) -> ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
fn clone(&self) -> ACTIVATION_CONTEXT_ASSEMBLY_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_ASSEMBLY_DETAILED_INFORMATION
Auto Trait Implementations§
impl Freeze for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl RefUnwindSafe for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl !Send for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl !Sync for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl Unpin for ACTIVATION_CONTEXT_ASSEMBLY_DETAILED_INFORMATION
impl UnwindSafe for ACTIVATION_CONTEXT_ASSEMBLY_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)