Struct windows_sys::Win32::System::Performance::PERF_COUNTER_REG_INFO
[−]#[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: u32
Type: u32
Attrib: u64
DetailLevel: u32
DefaultScale: i32
BaseCounterId: u32
PerfTimeId: u32
PerfFreqId: u32
MultiId: u32
AggregateFunc: PERF_COUNTER_AGGREGATE_FUNC
Reserved: u32
Trait Implementations
impl Clone for PERF_COUNTER_REG_INFO
impl Clone for PERF_COUNTER_REG_INFO
impl Copy for PERF_COUNTER_REG_INFO
Auto Trait Implementations
impl RefUnwindSafe for PERF_COUNTER_REG_INFO
impl Send for PERF_COUNTER_REG_INFO
impl Sync for PERF_COUNTER_REG_INFO
impl Unpin for PERF_COUNTER_REG_INFO
impl UnwindSafe for PERF_COUNTER_REG_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more