Struct HARDWARE_COUNTER
#[repr(C)]pub struct HARDWARE_COUNTER {
pub Type: HARDWARE_COUNTER_TYPE,
pub Reserved: u32,
pub Index: u64,
}
Fields§
§Type: HARDWARE_COUNTER_TYPE
§Reserved: u32
§Index: u64
Trait Implementations§
§impl Clone for HARDWARE_COUNTER
impl Clone for HARDWARE_COUNTER
§fn clone(&self) -> HARDWARE_COUNTER
fn clone(&self) -> HARDWARE_COUNTER
Returns a copy 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 moreimpl Copy for HARDWARE_COUNTER
Auto Trait Implementations§
impl Freeze for HARDWARE_COUNTER
impl RefUnwindSafe for HARDWARE_COUNTER
impl Send for HARDWARE_COUNTER
impl Sync for HARDWARE_COUNTER
impl Unpin for HARDWARE_COUNTER
impl UnwindSafe for HARDWARE_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