#[repr(C)]
pub struct PERF_COUNTER_REG_INFO { pub CounterId: u32, pub Type: u32, pub Attrib: u64, pub DetailLevel: u32, pub DefaultScale: i32, pub BaseCounterId: u32, pub PerfTimeId: u32, pub PerfFreqId: u32, pub MultiId: u32, pub AggregateFunc: PERF_COUNTER_AGGREGATE_FUNC, pub Reserved: u32, }
Expand description

Required features: "Win32_System_Performance"

Fields

CounterId: u32Type: u32Attrib: u64DetailLevel: u32DefaultScale: i32BaseCounterId: u32PerfTimeId: u32PerfFreqId: u32MultiId: u32AggregateFunc: PERF_COUNTER_AGGREGATE_FUNCReserved: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.