Struct windows_sys::Win32::System::Performance::PDH_FMT_COUNTERVALUE_ITEM_A
#[repr(C)]pub struct PDH_FMT_COUNTERVALUE_ITEM_A {
pub szName: PSTR,
pub FmtValue: PDH_FMT_COUNTERVALUE,
}
Fields§
§szName: PSTR
§FmtValue: PDH_FMT_COUNTERVALUE
Trait Implementations§
§impl Clone for PDH_FMT_COUNTERVALUE_ITEM_A
impl Clone for PDH_FMT_COUNTERVALUE_ITEM_A
impl Copy for PDH_FMT_COUNTERVALUE_ITEM_A
Auto Trait Implementations§
impl RefUnwindSafe for PDH_FMT_COUNTERVALUE_ITEM_A
impl !Send for PDH_FMT_COUNTERVALUE_ITEM_A
impl !Sync for PDH_FMT_COUNTERVALUE_ITEM_A
impl Unpin for PDH_FMT_COUNTERVALUE_ITEM_A
impl UnwindSafe for PDH_FMT_COUNTERVALUE_ITEM_A
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