Struct winapi::pdh::PDH_COUNTER_PATH_ELEMENTS_A [] [src]

pub struct PDH_COUNTER_PATH_ELEMENTS_A {
    pub szMachineName: LPSTR,
    pub szObjectName: LPSTR,
    pub szInstanceName: LPSTR,
    pub szParentInstance: LPSTR,
    pub dwInstanceIndex: DWORD,
    pub szCounterName: LPSTR,
}

Fields

szMachineName: LPSTR szObjectName: LPSTR szInstanceName: LPSTR szParentInstance: LPSTR dwInstanceIndex: DWORD szCounterName: LPSTR

Trait Implementations

impl Debug for PDH_COUNTER_PATH_ELEMENTS_A
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for PDH_COUNTER_PATH_ELEMENTS_A
[src]

impl Clone for PDH_COUNTER_PATH_ELEMENTS_A
[src]

fn clone(&self) -> PDH_COUNTER_PATH_ELEMENTS_A

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more