Struct windows_sys::Win32::System::Performance::PERF_MULTI_INSTANCES
[−]Expand description
Required features: "Win32_System_Performance"
Fields
dwTotalSize: u32
dwInstances: u32
Trait Implementations
impl Clone for PERF_MULTI_INSTANCES
impl Clone for PERF_MULTI_INSTANCES
impl Copy for PERF_MULTI_INSTANCES
Auto Trait Implementations
impl RefUnwindSafe for PERF_MULTI_INSTANCES
impl Send for PERF_MULTI_INSTANCES
impl Sync for PERF_MULTI_INSTANCES
impl Unpin for PERF_MULTI_INSTANCES
impl UnwindSafe for PERF_MULTI_INSTANCES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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