#[repr(C)]pub struct PerformanceCounterARM {
pub s_type: StructureType,
pub next: *mut c_void,
pub counter_id: u32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§counter_id: u32Trait Implementations§
Source§impl Clone for PerformanceCounterARM
impl Clone for PerformanceCounterARM
Source§fn clone(&self) -> PerformanceCounterARM
fn clone(&self) -> PerformanceCounterARM
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 PerformanceCounterARM
impl Debug for PerformanceCounterARM
Source§impl Default for PerformanceCounterARM
impl Default for PerformanceCounterARM
Source§impl Hash for PerformanceCounterARM
impl Hash for PerformanceCounterARM
Source§impl PartialEq for PerformanceCounterARM
impl PartialEq for PerformanceCounterARM
impl Copy for PerformanceCounterARM
impl Eq for PerformanceCounterARM
impl Send for PerformanceCounterARM
impl StructuralPartialEq for PerformanceCounterARM
impl Sync for PerformanceCounterARM
Auto Trait Implementations§
impl Freeze for PerformanceCounterARM
impl RefUnwindSafe for PerformanceCounterARM
impl Unpin for PerformanceCounterARM
impl UnwindSafe for PerformanceCounterARM
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