#[repr(C)]pub struct HARDWARE_COUNTER_DATA {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: u32,
pub Value: u64,
}
Fields§
§Type: HARDWARE_COUNTER_TYPE
§Reserved: u32
§Value: u64
Trait Implementations§
§impl Clone for HARDWARE_COUNTER_DATA
impl Clone for HARDWARE_COUNTER_DATA
impl Copy for HARDWARE_COUNTER_DATA
Auto Trait Implementations§
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