#[repr(C)]
pub struct PERF_OBJECT_TYPE {
Show 14 fields pub TotalByteLength: u32, pub DefinitionLength: u32, pub HeaderLength: u32, pub ObjectNameTitleIndex: u32, pub ObjectNameTitle: u32, pub ObjectHelpTitleIndex: u32, pub ObjectHelpTitle: u32, pub DetailLevel: u32, pub NumCounters: u32, pub DefaultCounter: i32, pub NumInstances: i32, pub CodePage: u32, pub PerfTime: i64, pub PerfFreq: i64,
}
Expand description

Required features: "Win32_System_Performance"

Fields

TotalByteLength: u32DefinitionLength: u32HeaderLength: u32ObjectNameTitleIndex: u32ObjectNameTitle: u32ObjectHelpTitleIndex: u32ObjectHelpTitle: u32DetailLevel: u32NumCounters: u32DefaultCounter: i32NumInstances: i32CodePage: u32PerfTime: i64PerfFreq: i64

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.