Struct windows_sys::Win32::System::Performance::PDH_COUNTER_PATH_ELEMENTS_A
#[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,
}
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§
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