Struct windows_sys::Win32::System::Performance::PDH_RAW_COUNTER_ITEM_A
[−]#[repr(C)]pub struct PDH_RAW_COUNTER_ITEM_A {
pub szName: PSTR,
pub RawValue: PDH_RAW_COUNTER,
}
Expand description
Required features: "Win32_System_Performance"
, "Win32_Foundation"
Fields
szName: PSTR
RawValue: PDH_RAW_COUNTER
Trait Implementations
impl Clone for PDH_RAW_COUNTER_ITEM_A
impl Clone for PDH_RAW_COUNTER_ITEM_A
impl Copy for PDH_RAW_COUNTER_ITEM_A
Auto Trait Implementations
impl RefUnwindSafe for PDH_RAW_COUNTER_ITEM_A
impl !Send for PDH_RAW_COUNTER_ITEM_A
impl !Sync for PDH_RAW_COUNTER_ITEM_A
impl Unpin for PDH_RAW_COUNTER_ITEM_A
impl UnwindSafe for PDH_RAW_COUNTER_ITEM_A
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