Struct PDH_RAW_COUNTER_ITEM_W
#[repr(C)]pub struct PDH_RAW_COUNTER_ITEM_W {
pub szName: PWSTR,
pub RawValue: PDH_RAW_COUNTER,
}
Fields§
§szName: PWSTR
§RawValue: PDH_RAW_COUNTER
Trait Implementations§
§impl Clone for PDH_RAW_COUNTER_ITEM_W
impl Clone for PDH_RAW_COUNTER_ITEM_W
§fn clone(&self) -> PDH_RAW_COUNTER_ITEM_W
fn clone(&self) -> PDH_RAW_COUNTER_ITEM_W
Returns a copy 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 moreimpl Copy for PDH_RAW_COUNTER_ITEM_W
Auto Trait Implementations§
impl Freeze for PDH_RAW_COUNTER_ITEM_W
impl RefUnwindSafe for PDH_RAW_COUNTER_ITEM_W
impl !Send for PDH_RAW_COUNTER_ITEM_W
impl !Sync for PDH_RAW_COUNTER_ITEM_W
impl Unpin for PDH_RAW_COUNTER_ITEM_W
impl UnwindSafe for PDH_RAW_COUNTER_ITEM_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