Struct winapi::winnt::HARDWARE_COUNTER_DATA [] [src]

pub struct HARDWARE_COUNTER_DATA {
    pub Type: HARDWARE_COUNTER_TYPE,
    pub Reserved: DWORD,
    pub Value: DWORD64,
}

Fields

Type: HARDWARE_COUNTER_TYPE Reserved: DWORD Value: DWORD64

Trait Implementations

impl Debug for HARDWARE_COUNTER_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for HARDWARE_COUNTER_DATA
[src]

impl Clone for HARDWARE_COUNTER_DATA
[src]

fn clone(&self) -> HARDWARE_COUNTER_DATA

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