Enum WindowsObjectTypeKind

Source
pub enum WindowsObjectTypeKind {
Show 70 variants ActivationObject, ActivityReference, Adapter, AlpcPort, Callback, Composition, Controller, CoreMessaging, CoverageSampler, CpuPartition, DebugObject, Desktop, Device, Directory, DmaAdapter, Driver, DxgkCompositionObject, DxgkDisplayManagerObject, DxgkSharedBundleObject, DxgkSharedKeyedMutexObject, DxgkSharedProtectedSessionObject, DxgkSharedResource, DxgkSharedSwapChainObject, DxgkSharedSyncObject, EnergyTracker, EtwConsumer, EtwRegistration, EtwSessionDemuxEntry, Event, File, FilterCommunicationPort, FilterConnectionPort, IoCompletion, IoCompletionReserve, IoRing, IRTimer, Job, Key, KeyedEvent, Mutant, NdisCmState, Partition, PcwObject, PowerRequest, Port, Process, ProcessStateChange, Profile, PsSiloContextNonPaged, PsSiloContextPaged, RawInputManager, RegistryTransaction, Section, Semaphore, Session, SymbolicLink, Thread, ThreadStateChange, Timer, TmEn, TmRm, TmTm, TmTx, Token, TpWorkerFactory, Type, UserApcReserve, WaitCompletionPacket, WindowStation, WmiGuid,
}
Expand description

Identifies the type of a Windows kernel object.

Windows uses a object-based kernel architecture where various system resources (processes, threads, files, etc.) are represented as kernel objects. This enum identifies the different types of objects that can be encountered during introspection.

Each variant corresponds to a specific object type string used internally by the Windows kernel. For example, “Process” for process objects, “Thread” for thread objects, etc.

Variants§

§

ActivationObject

Activation object.

Has ActivationObject type name.

§

ActivityReference

Activity reference object.

Has ActivityReference type name.

§

Adapter

Adapter object.

Represented by _ADAPTER_OBJECT structure. Has Adapter type name.

§

AlpcPort

ALPC Port object.

Represented by _ALPC_PORT structure. Has ALPC Port type name.

§

Callback

Callback object.

Has Callback type name.

§

Composition

Composition object.

Has Composition type name.

§

Controller

Controller object.

Has Controller type name.

§

CoreMessaging

Core messaging object.

Has CoreMessaging type name.

§

CoverageSampler

Coverage sampler object.

Has CoverageSampler type name.

§

CpuPartition

CPU partition object.

Has CpuPartition type name.

§

DebugObject

Debug object.

Represented by _DEBUG_OBJECT structure. Has DebugObject type name.

§

Desktop

Desktop object.

Has Desktop type name.

§

Device

Device object.

Represented by _DEVICE_OBJECT structure. Has Device type name.

§

Directory

Directory object.

Represented by _OBJECT_DIRECTORY structure. Has Directory type name.

§

DmaAdapter

DMA adapter object.

Has DmaAdapter type name.

§

Driver

Driver object.

Represented by _DRIVER_OBJECT structure. Has Driver type name.

§

DxgkCompositionObject

DX Composition object.

Has DxgkCompositionObject type name.

§

DxgkDisplayManagerObject

DX Display Manager object.

Has DxgkDisplayManagerObject type name.

§

DxgkSharedBundleObject

DX Shared Bundle object.

Has DxgkSharedBundleObject type name.

§

DxgkSharedKeyedMutexObject

DX Shared Keyed Mutex object.

Has DxgkSharedKeyedMutexObject type name.

§

DxgkSharedProtectedSessionObject

DX Shared Protected Session object.

Has DxgkSharedProtectedSessionObject type name.

§

DxgkSharedResource

DX Shared Resource object.

Has DxgkSharedResource type name.

§

DxgkSharedSwapChainObject

DX Shared Swap Chain object.

Has DxgkSharedSwapChainObject type name.

§

DxgkSharedSyncObject

DX Shared Sync object.

Has DxgkSharedSyncObject type name.

§

EnergyTracker

Energy tracker object.

Has EnergyTracker type name.

§

EtwConsumer

ETW consumer object.

Has EtwConsumer type name.

§

EtwRegistration

ETW registration object.

Has EtwRegistration type name.

§

EtwSessionDemuxEntry

ETW session demux entry object.

Has EtwSessionDemuxEntry type name.

§

Event

Event object.

Represented by _KEVENT structure. Has Event type name.

§

File

File object.

Represented by _FILE_OBJECT structure. Has File type name.

§

FilterCommunicationPort

Filter communication port object.

Has FilterCommunicationPort type name.

§

FilterConnectionPort

Filter connection port object.

Has FilterConnectionPort type name.

§

IoCompletion

I/O completion object.

Has IoCompletion type name.

§

IoCompletionReserve

I/O completion reserve object.

Has IoCompletionReserve type name.

§

IoRing

I/O ring object.

Has IoRing type name.

§

IRTimer

IR timer object.

Has IRTimer type name.

§

Job

Job object.

Represented by _EJOB structure. Has Job type name.

§

Key

Key object.

Represented by _CM_KEY_BODY structure. Has Key type name.

§

KeyedEvent

Keyed event object.

Has KeyedEvent type name.

§

Mutant

Mutant object.

Represented by _KMUTANT structure. Has Mutant type name.

§

NdisCmState

NDIS CM state object.

Has NdisCmState type name.

§

Partition

Partition object.

Has Partition type name.

§

PcwObject

Performance counter object.

Has PcwObject type name.

§

PowerRequest

Power request object.

Has PowerRequest type name.

§

Port

Port object.

Represented by _PORT_MESSAGE structure. Has Port type name.

§

Process

Process object.

Represented by _EPROCESS structure. Has Process type name.

§

ProcessStateChange

Process state change object.

Has ProcessStateChange type name.

§

Profile

Profile object.

Has Profile type name.

§

PsSiloContextNonPaged

Sile context (non-paged) object.

Has PsSiloContextNonPaged type name.

§

PsSiloContextPaged

Sile context (paged) object.

Has PsSiloContextPaged type name.

§

RawInputManager

Raw input manager object.

Has RawInputManager type name.

§

RegistryTransaction

Registry transaction object.

Has RegistryTransaction type name.

§

Section

Section object.

Represented by _SECTION (or _SECTION_OBJECT) structure. Has Section type name.

§

Semaphore

Semaphore object.

Represented by _KSEMAPHORE structure. Has Semaphore type name.

§

Session

Session object.

Has Session type name.

Symbolic link object.

Represented by _OBJECT_SYMBOLIC_LINK structure. Has SymbolicLink type name.

§

Thread

Thread object.

Represented by _ETHREAD structure. Has Thread type name.

§

ThreadStateChange

Thread state change object.

Has ThreadStateChange type name.

§

Timer

Timer object.

Represented by _KTIMER structure. Has Timer type name.

§

TmEn

Transaction manager (Enlistment) object.

Has TmEn type name.

§

TmRm

Transaction manager (Resource Manager) object.

Has TmRm type name.

§

TmTm

Transaction manager object.

§

TmTx

Transaction object.

§

Token

Token object.

Represented by _TOKEN structure. Has Token type name.

§

TpWorkerFactory

Thread pool worker factory object.

Has TpWorkerFactory type name.

§

Type

Type object.

Represented by _OBJECT_TYPE structure. Has Type type name.

§

UserApcReserve

User APC reserve object.

Has UserApcReserve type name.

§

WaitCompletionPacket

Wait completion packet object.

Has WaitCompletionPacket type name.

§

WindowStation

Window station object.

Has WindowStation type name.

§

WmiGuid

WMI GUID object.

Has WmiGuid type name.

Trait Implementations§

Source§

impl Clone for WindowsObjectTypeKind

Source§

fn clone(&self) -> WindowsObjectTypeKind

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for WindowsObjectTypeKind

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl FromStr for WindowsObjectTypeKind

Source§

type Err = ParseObjectTypeError

The associated error which can be returned from parsing.
Source§

fn from_str(s: &str) -> Result<Self, Self::Err>

Parses a string s to return a value of this type. Read more
Source§

impl Hash for WindowsObjectTypeKind

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for WindowsObjectTypeKind

Source§

fn eq(&self, other: &WindowsObjectTypeKind) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for WindowsObjectTypeKind

Source§

impl Eq for WindowsObjectTypeKind

Source§

impl StructuralPartialEq for WindowsObjectTypeKind

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<Q, K> Equivalent<K> for Q
where Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,

Source§

fn equivalent(&self, key: &K) -> bool

Compare self to key and return true if they are equal.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

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

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> ErasedDestructor for T
where T: 'static,