#[repr(C)]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§
Source§impl Clone for PDH_COUNTER_PATH_ELEMENTS_W
impl Clone for PDH_COUNTER_PATH_ELEMENTS_W
Source§fn clone(&self) -> PDH_COUNTER_PATH_ELEMENTS_W
fn clone(&self) -> PDH_COUNTER_PATH_ELEMENTS_W
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for PDH_COUNTER_PATH_ELEMENTS_W
impl Default for PDH_COUNTER_PATH_ELEMENTS_W
Source§fn default() -> PDH_COUNTER_PATH_ELEMENTS_W
fn default() -> PDH_COUNTER_PATH_ELEMENTS_W
Returns the “default value” for a type. Read more
impl Copy for PDH_COUNTER_PATH_ELEMENTS_W
Auto Trait Implementations§
impl Freeze for PDH_COUNTER_PATH_ELEMENTS_W
impl RefUnwindSafe for PDH_COUNTER_PATH_ELEMENTS_W
impl !Send for PDH_COUNTER_PATH_ELEMENTS_W
impl !Sync for PDH_COUNTER_PATH_ELEMENTS_W
impl Unpin for PDH_COUNTER_PATH_ELEMENTS_W
impl UnwindSafe for PDH_COUNTER_PATH_ELEMENTS_W
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