#[repr(C)]pub struct _PERF_COUNTER_DEFINITION {
pub ByteLength: DWORD,
pub CounterNameTitleIndex: DWORD,
pub CounterNameTitle: DWORD,
pub CounterHelpTitleIndex: DWORD,
pub CounterHelpTitle: DWORD,
pub DefaultScale: LONG,
pub DetailLevel: DWORD,
pub CounterType: DWORD,
pub CounterSize: DWORD,
pub CounterOffset: DWORD,
}
Fields§
§ByteLength: DWORD
§CounterNameTitleIndex: DWORD
§CounterNameTitle: DWORD
§CounterHelpTitleIndex: DWORD
§CounterHelpTitle: DWORD
§DefaultScale: LONG
§DetailLevel: DWORD
§CounterType: DWORD
§CounterSize: DWORD
§CounterOffset: DWORD
Trait Implementations§
Source§impl Clone for _PERF_COUNTER_DEFINITION
impl Clone for _PERF_COUNTER_DEFINITION
Source§fn clone(&self) -> _PERF_COUNTER_DEFINITION
fn clone(&self) -> _PERF_COUNTER_DEFINITION
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 moreSource§impl Debug for _PERF_COUNTER_DEFINITION
impl Debug for _PERF_COUNTER_DEFINITION
Source§impl Ord for _PERF_COUNTER_DEFINITION
impl Ord for _PERF_COUNTER_DEFINITION
Source§fn cmp(&self, other: &_PERF_COUNTER_DEFINITION) -> Ordering
fn cmp(&self, other: &_PERF_COUNTER_DEFINITION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _PERF_COUNTER_DEFINITION
impl PartialEq for _PERF_COUNTER_DEFINITION
Source§impl PartialOrd for _PERF_COUNTER_DEFINITION
impl PartialOrd for _PERF_COUNTER_DEFINITION
impl Copy for _PERF_COUNTER_DEFINITION
impl Eq for _PERF_COUNTER_DEFINITION
impl StructuralPartialEq for _PERF_COUNTER_DEFINITION
Auto Trait Implementations§
impl Freeze for _PERF_COUNTER_DEFINITION
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§
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