#[repr(i32)]pub enum EVENT_TRACE_INFORMATION_CLASS {
Show 28 variants
EventTraceKernelVersionInformation,
EventTraceGroupMaskInformation,
EventTracePerformanceInformation,
EventTraceTimeProfileInformation,
EventTraceSessionSecurityInformation,
EventTraceSpinlockInformation,
EventTraceStackTracingInformation,
EventTraceExecutiveResourceInformation,
EventTraceHeapTracingInformation,
EventTraceHeapSummaryTracingInformation,
EventTracePoolTagFilterInformation,
EventTracePebsTracingInformation,
EventTraceProfileConfigInformation,
EventTraceProfileSourceListInformation,
EventTraceProfileEventListInformation,
EventTraceProfileCounterListInformation,
EventTraceStackCachingInformation,
EventTraceObjectTypeFilterInformation,
EventTraceSoftRestartInformation,
EventTraceLastBranchConfigurationInformation,
EventTraceLastBranchEventListInformation,
EventTraceProfileSourceAddInformation,
EventTraceProfileSourceRemoveInformation,
EventTraceProcessorTraceConfigurationInformation,
EventTraceProcessorTraceEventListInformation,
EventTraceCoverageSamplerInformation,
EventTraceUnifiedStackCachingInformation,
MaxEventTraceInfoClass,
}Variants§
EventTraceKernelVersionInformation
EventTraceGroupMaskInformation
EventTracePerformanceInformation
EventTraceTimeProfileInformation
EventTraceSessionSecurityInformation
EventTraceSpinlockInformation
EventTraceStackTracingInformation
EventTraceExecutiveResourceInformation
EventTraceHeapTracingInformation
EventTraceHeapSummaryTracingInformation
EventTracePoolTagFilterInformation
EventTracePebsTracingInformation
EventTraceProfileConfigInformation
EventTraceProfileSourceListInformation
EventTraceProfileEventListInformation
EventTraceProfileCounterListInformation
EventTraceStackCachingInformation
EventTraceObjectTypeFilterInformation
EventTraceSoftRestartInformation
EventTraceLastBranchConfigurationInformation
EventTraceLastBranchEventListInformation
EventTraceProfileSourceAddInformation
EventTraceProfileSourceRemoveInformation
EventTraceProcessorTraceConfigurationInformation
EventTraceProcessorTraceEventListInformation
EventTraceCoverageSamplerInformation
EventTraceUnifiedStackCachingInformation
MaxEventTraceInfoClass
Trait Implementations§
source§impl Clone for EVENT_TRACE_INFORMATION_CLASS
impl Clone for EVENT_TRACE_INFORMATION_CLASS
source§fn clone(&self) -> EVENT_TRACE_INFORMATION_CLASS
fn clone(&self) -> EVENT_TRACE_INFORMATION_CLASS
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 PartialEq<EVENT_TRACE_INFORMATION_CLASS> for EVENT_TRACE_INFORMATION_CLASS
impl PartialEq<EVENT_TRACE_INFORMATION_CLASS> for EVENT_TRACE_INFORMATION_CLASS
source§fn eq(&self, other: &EVENT_TRACE_INFORMATION_CLASS) -> bool
fn eq(&self, other: &EVENT_TRACE_INFORMATION_CLASS) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for EVENT_TRACE_INFORMATION_CLASS
impl Eq for EVENT_TRACE_INFORMATION_CLASS
impl StructuralEq for EVENT_TRACE_INFORMATION_CLASS
impl StructuralPartialEq for EVENT_TRACE_INFORMATION_CLASS
Auto Trait Implementations§
impl RefUnwindSafe for EVENT_TRACE_INFORMATION_CLASS
impl Send for EVENT_TRACE_INFORMATION_CLASS
impl Sync for EVENT_TRACE_INFORMATION_CLASS
impl Unpin for EVENT_TRACE_INFORMATION_CLASS
impl UnwindSafe for EVENT_TRACE_INFORMATION_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