Enum windows_native::ntpsapi::PS_ATTRIBUTE_NUM
source · #[repr(i32)]pub enum PS_ATTRIBUTE_NUM {
Show 32 variants
PsAttributeParentProcess,
PsAttributeDebugObject,
PsAttributeToken,
PsAttributeClientId,
PsAttributeTebAddress,
PsAttributeImageName,
PsAttributeImageInfo,
PsAttributeMemoryReserve,
PsAttributePriorityClass,
PsAttributeErrorMode,
PsAttributeStdHandleInfo,
PsAttributeHandleList,
PsAttributeGroupAffinity,
PsAttributePreferredNode,
PsAttributeIdealProcessor,
PsAttributeUmsThread,
PsAttributeMitigationOptions,
PsAttributeProtectionLevel,
PsAttributeSecureProcess,
PsAttributeJobList,
PsAttributeChildProcessPolicy,
PsAttributeAllApplicationPackagesPolicy,
PsAttributeWin32kFilter,
PsAttributeSafeOpenPromptOriginClaim,
PsAttributeBnoIsolation,
PsAttributeDesktopAppPolicy,
PsAttributeChpe,
PsAttributeMitigationAuditOptions,
PsAttributeMachineType,
PsAttributeComponentFilter,
PsAttributeEnableOptionalXStateFeatures,
PsAttributeMax,
}Variants§
PsAttributeParentProcess
PsAttributeDebugObject
PsAttributeToken
PsAttributeClientId
PsAttributeTebAddress
PsAttributeImageName
PsAttributeImageInfo
PsAttributeMemoryReserve
PsAttributePriorityClass
PsAttributeErrorMode
PsAttributeStdHandleInfo
PsAttributeHandleList
PsAttributeGroupAffinity
PsAttributePreferredNode
PsAttributeIdealProcessor
PsAttributeUmsThread
PsAttributeMitigationOptions
PsAttributeProtectionLevel
PsAttributeSecureProcess
PsAttributeJobList
PsAttributeChildProcessPolicy
PsAttributeAllApplicationPackagesPolicy
PsAttributeWin32kFilter
PsAttributeSafeOpenPromptOriginClaim
PsAttributeBnoIsolation
PsAttributeDesktopAppPolicy
PsAttributeChpe
PsAttributeMitigationAuditOptions
PsAttributeMachineType
PsAttributeComponentFilter
PsAttributeEnableOptionalXStateFeatures
PsAttributeMax
Trait Implementations§
source§impl Clone for PS_ATTRIBUTE_NUM
impl Clone for PS_ATTRIBUTE_NUM
source§fn clone(&self) -> PS_ATTRIBUTE_NUM
fn clone(&self) -> PS_ATTRIBUTE_NUM
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 Debug for PS_ATTRIBUTE_NUM
impl Debug for PS_ATTRIBUTE_NUM
source§impl Hash for PS_ATTRIBUTE_NUM
impl Hash for PS_ATTRIBUTE_NUM
source§impl PartialEq<PS_ATTRIBUTE_NUM> for PS_ATTRIBUTE_NUM
impl PartialEq<PS_ATTRIBUTE_NUM> for PS_ATTRIBUTE_NUM
source§fn eq(&self, other: &PS_ATTRIBUTE_NUM) -> bool
fn eq(&self, other: &PS_ATTRIBUTE_NUM) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PS_ATTRIBUTE_NUM
impl Eq for PS_ATTRIBUTE_NUM
impl StructuralEq for PS_ATTRIBUTE_NUM
impl StructuralPartialEq for PS_ATTRIBUTE_NUM
Auto Trait Implementations§
impl RefUnwindSafe for PS_ATTRIBUTE_NUM
impl Send for PS_ATTRIBUTE_NUM
impl Sync for PS_ATTRIBUTE_NUM
impl Unpin for PS_ATTRIBUTE_NUM
impl UnwindSafe for PS_ATTRIBUTE_NUM
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