#[repr(C)]pub struct PERF_MULTI_COUNTERS {
pub dwSize: ULONG,
pub dwCounters: ULONG,
}
Fields§
§dwSize: ULONG
§dwCounters: ULONG
Trait Implementations§
Source§impl Clone for PERF_MULTI_COUNTERS
impl Clone for PERF_MULTI_COUNTERS
Source§fn clone(&self) -> PERF_MULTI_COUNTERS
fn clone(&self) -> PERF_MULTI_COUNTERS
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_MULTI_COUNTERS
impl Default for PERF_MULTI_COUNTERS
Source§fn default() -> PERF_MULTI_COUNTERS
fn default() -> PERF_MULTI_COUNTERS
Returns the “default value” for a type. Read more
impl Copy for PERF_MULTI_COUNTERS
Auto Trait Implementations§
impl Freeze for PERF_MULTI_COUNTERS
impl RefUnwindSafe for PERF_MULTI_COUNTERS
impl Send for PERF_MULTI_COUNTERS
impl Sync for PERF_MULTI_COUNTERS
impl Unpin for PERF_MULTI_COUNTERS
impl UnwindSafe for PERF_MULTI_COUNTERS
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