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,
}
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
§fn clone(&self) -> PERF_COUNTER_REG_INFO
fn clone(&self) -> PERF_COUNTER_REG_INFO
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 moreimpl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)