#[repr(C)]pub struct PDH_RAW_COUNTER {
pub CStatus: DWORD,
pub TimeStamp: FILETIME,
pub FirstValue: LONGLONG,
pub SecondValue: LONGLONG,
pub MultiCount: DWORD,
}
Fields§
§CStatus: DWORD
§TimeStamp: FILETIME
§FirstValue: LONGLONG
§SecondValue: LONGLONG
§MultiCount: DWORD
Trait Implementations§
Source§impl Clone for PDH_RAW_COUNTER
impl Clone for PDH_RAW_COUNTER
Source§fn clone(&self) -> PDH_RAW_COUNTER
fn clone(&self) -> PDH_RAW_COUNTER
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_RAW_COUNTER
impl Default for PDH_RAW_COUNTER
Source§fn default() -> PDH_RAW_COUNTER
fn default() -> PDH_RAW_COUNTER
Returns the “default value” for a type. Read more
impl Copy for PDH_RAW_COUNTER
Auto Trait Implementations§
impl Freeze for PDH_RAW_COUNTER
impl RefUnwindSafe for PDH_RAW_COUNTER
impl Send for PDH_RAW_COUNTER
impl Sync for PDH_RAW_COUNTER
impl Unpin for PDH_RAW_COUNTER
impl UnwindSafe for PDH_RAW_COUNTER
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