#[repr(C)]pub struct PERF_COUNTER_REG_INFO {
pub CounterId: ULONG,
pub Type: ULONG,
pub Attrib: ULONGLONG,
pub DetailLevel: ULONG,
pub DefaultScale: LONG,
pub BaseCounterId: ULONG,
pub PerfTimeId: ULONG,
pub PerfFreqId: ULONG,
pub MultiId: ULONG,
pub AggregateFinc: ULONG,
pub Reserved: ULONG,
}Fields§
§CounterId: ULONG§Type: ULONG§Attrib: ULONGLONG§DetailLevel: ULONG§DefaultScale: LONG§BaseCounterId: ULONG§PerfTimeId: ULONG§PerfFreqId: ULONG§MultiId: ULONG§AggregateFinc: ULONG§Reserved: ULONGTrait Implementations§
Source§impl Clone for PERF_COUNTER_REG_INFO
impl Clone for PERF_COUNTER_REG_INFO
Source§fn clone(&self) -> PERF_COUNTER_REG_INFO
fn clone(&self) -> PERF_COUNTER_REG_INFO
Returns a duplicate 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 Default for PERF_COUNTER_REG_INFO
impl Default for PERF_COUNTER_REG_INFO
Source§fn default() -> PERF_COUNTER_REG_INFO
fn default() -> PERF_COUNTER_REG_INFO
Returns the “default value” for a type. Read more
impl Copy for PERF_COUNTER_REG_INFO
Auto Trait Implementations§
impl Freeze for PERF_COUNTER_REG_INFO
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§
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