#[repr(C)]pub struct PDH_COUNTER_PATH_ELEMENTS_A {
pub szMachineName: PSTR,
pub szObjectName: PSTR,
pub szInstanceName: PSTR,
pub szParentInstance: PSTR,
pub dwInstanceIndex: u32,
pub szCounterName: PSTR,
}
Expand description
Required features: "Win32_System_Performance"
Fields
szMachineName: PSTR
szObjectName: PSTR
szInstanceName: PSTR
szParentInstance: PSTR
dwInstanceIndex: u32
szCounterName: PSTR
Trait Implementations
impl Clone for PDH_COUNTER_PATH_ELEMENTS_A
impl Clone for PDH_COUNTER_PATH_ELEMENTS_A
impl Copy for PDH_COUNTER_PATH_ELEMENTS_A
Auto Trait Implementations
impl RefUnwindSafe for PDH_COUNTER_PATH_ELEMENTS_A
impl !Send for PDH_COUNTER_PATH_ELEMENTS_A
impl !Sync for PDH_COUNTER_PATH_ELEMENTS_A
impl Unpin for PDH_COUNTER_PATH_ELEMENTS_A
impl UnwindSafe for PDH_COUNTER_PATH_ELEMENTS_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