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 | |
Reserved | |
Value |
Trait Implementations
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