#[repr(C)]pub struct PDH_FMT_COUNTERVALUE_ITEM_W {
pub szName: PWSTR,
pub FmtValue: PDH_FMT_COUNTERVALUE,
}
Expand description
Required features: "Win32_System_Performance"
Fields
szName: PWSTR
FmtValue: PDH_FMT_COUNTERVALUE
Trait Implementations
impl Clone for PDH_FMT_COUNTERVALUE_ITEM_W
impl Clone for PDH_FMT_COUNTERVALUE_ITEM_W
impl Copy for PDH_FMT_COUNTERVALUE_ITEM_W
Auto Trait Implementations
impl RefUnwindSafe for PDH_FMT_COUNTERVALUE_ITEM_W
impl !Send for PDH_FMT_COUNTERVALUE_ITEM_W
impl !Sync for PDH_FMT_COUNTERVALUE_ITEM_W
impl Unpin for PDH_FMT_COUNTERVALUE_ITEM_W
impl UnwindSafe for PDH_FMT_COUNTERVALUE_ITEM_W
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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