Struct windows_sys::Win32::System::Performance::PERF_MULTI_COUNTERS
[−]Expand description
Required features: "Win32_System_Performance"
Fields
dwSize: u32
dwCounters: u32
Trait Implementations
impl Clone for PERF_MULTI_COUNTERS
impl Clone for PERF_MULTI_COUNTERS
impl Copy for PERF_MULTI_COUNTERS
Auto Trait Implementations
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
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