#[repr(C)]pub struct _HARDWARE_COUNTER_DATA {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: DWORD,
pub Value: DWORD64,
}Fields§
§Type: HARDWARE_COUNTER_TYPE§Reserved: DWORD§Value: DWORD64Trait Implementations§
Source§impl Clone for _HARDWARE_COUNTER_DATA
impl Clone for _HARDWARE_COUNTER_DATA
Source§fn clone(&self) -> _HARDWARE_COUNTER_DATA
fn clone(&self) -> _HARDWARE_COUNTER_DATA
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 Debug for _HARDWARE_COUNTER_DATA
impl Debug for _HARDWARE_COUNTER_DATA
impl Copy for _HARDWARE_COUNTER_DATA
Auto Trait Implementations§
impl Freeze for _HARDWARE_COUNTER_DATA
impl RefUnwindSafe for _HARDWARE_COUNTER_DATA
impl Send for _HARDWARE_COUNTER_DATA
impl Sync for _HARDWARE_COUNTER_DATA
impl Unpin for _HARDWARE_COUNTER_DATA
impl UnwindSafe for _HARDWARE_COUNTER_DATA
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