Struct winapi::pdh::PDH_COUNTER_PATH_ELEMENTS_W [] [src]

pub struct PDH_COUNTER_PATH_ELEMENTS_W {
    pub szMachineName: LPWSTR,
    pub szObjectName: LPWSTR,
    pub szInstanceName: LPWSTR,
    pub szParentInstance: LPWSTR,
    pub dwInstanceIndex: DWORD,
    pub szCounterName: LPWSTR,
}

Fields

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

Trait Implementations

impl Debug for PDH_COUNTER_PATH_ELEMENTS_W
[src]

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

Formats the value using the given formatter.

impl Copy for PDH_COUNTER_PATH_ELEMENTS_W
[src]

impl Clone for PDH_COUNTER_PATH_ELEMENTS_W
[src]

fn clone(&self) -> PDH_COUNTER_PATH_ELEMENTS_W

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