Struct windows_sys::Win32::System::Performance::PERF_COUNTER_DEFINITION
[−]#[repr(C)]pub struct PERF_COUNTER_DEFINITION {
pub ByteLength: u32,
pub CounterNameTitleIndex: u32,
pub CounterNameTitle: u32,
pub CounterHelpTitleIndex: u32,
pub CounterHelpTitle: u32,
pub DefaultScale: i32,
pub DetailLevel: u32,
pub CounterType: u32,
pub CounterSize: u32,
pub CounterOffset: u32,
}Expand description
Required features: "Win32_System_Performance"
Fields
ByteLength: u32CounterNameTitleIndex: u32CounterNameTitle: u32CounterHelpTitleIndex: u32CounterHelpTitle: u32DefaultScale: i32DetailLevel: u32CounterType: u32CounterSize: u32CounterOffset: u32Trait Implementations
impl Clone for PERF_COUNTER_DEFINITION
impl Clone for PERF_COUNTER_DEFINITION
impl Copy for PERF_COUNTER_DEFINITION
Auto Trait Implementations
impl RefUnwindSafe for PERF_COUNTER_DEFINITION
impl Send for PERF_COUNTER_DEFINITION
impl Sync for PERF_COUNTER_DEFINITION
impl Unpin for PERF_COUNTER_DEFINITION
impl UnwindSafe for PERF_COUNTER_DEFINITION
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