#[repr(i32)]pub enum _ACTIVATION_CONTEXT_INFO_CLASS {
ActivationContextBasicInformation = 1,
ActivationContextDetailedInformation = 2,
AssemblyDetailedInformationInActivationContext = 3,
FileInformationInAssemblyOfAssemblyInActivationContext = 4,
RunlevelInformationInActivationContext = 5,
CompatibilityInformationInActivationContext = 6,
ActivationContextManifestResourceName = 7,
MaxActivationContextInfoClass = 8,
}Variants§
ActivationContextBasicInformation = 1
ActivationContextDetailedInformation = 2
AssemblyDetailedInformationInActivationContext = 3
FileInformationInAssemblyOfAssemblyInActivationContext = 4
RunlevelInformationInActivationContext = 5
CompatibilityInformationInActivationContext = 6
ActivationContextManifestResourceName = 7
MaxActivationContextInfoClass = 8
Implementations§
Source§impl _ACTIVATION_CONTEXT_INFO_CLASS
impl _ACTIVATION_CONTEXT_INFO_CLASS
pub const AssemblyDetailedInformationInActivationContxt: _ACTIVATION_CONTEXT_INFO_CLASS = _ACTIVATION_CONTEXT_INFO_CLASS::AssemblyDetailedInformationInActivationContext
Source§impl _ACTIVATION_CONTEXT_INFO_CLASS
impl _ACTIVATION_CONTEXT_INFO_CLASS
pub const FileInformationInAssemblyOfAssemblyInActivationContxt: _ACTIVATION_CONTEXT_INFO_CLASS = _ACTIVATION_CONTEXT_INFO_CLASS::FileInformationInAssemblyOfAssemblyInActivationContext
Trait Implementations§
Source§impl Clone for _ACTIVATION_CONTEXT_INFO_CLASS
impl Clone for _ACTIVATION_CONTEXT_INFO_CLASS
Source§fn clone(&self) -> _ACTIVATION_CONTEXT_INFO_CLASS
fn clone(&self) -> _ACTIVATION_CONTEXT_INFO_CLASS
Returns a duplicate 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 PartialEq for _ACTIVATION_CONTEXT_INFO_CLASS
impl PartialEq for _ACTIVATION_CONTEXT_INFO_CLASS
Source§fn eq(&self, other: &_ACTIVATION_CONTEXT_INFO_CLASS) -> bool
fn eq(&self, other: &_ACTIVATION_CONTEXT_INFO_CLASS) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for _ACTIVATION_CONTEXT_INFO_CLASS
impl Eq for _ACTIVATION_CONTEXT_INFO_CLASS
impl StructuralPartialEq for _ACTIVATION_CONTEXT_INFO_CLASS
Auto Trait Implementations§
impl Freeze for _ACTIVATION_CONTEXT_INFO_CLASS
impl RefUnwindSafe for _ACTIVATION_CONTEXT_INFO_CLASS
impl Send for _ACTIVATION_CONTEXT_INFO_CLASS
impl Sync for _ACTIVATION_CONTEXT_INFO_CLASS
impl Unpin for _ACTIVATION_CONTEXT_INFO_CLASS
impl UnwindSafe for _ACTIVATION_CONTEXT_INFO_CLASS
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