Struct PERF_COUNTER_AGGREGATE_FUNC
#[repr(transparent)]pub struct PERF_COUNTER_AGGREGATE_FUNC(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for PERF_COUNTER_AGGREGATE_FUNC
impl Clone for PERF_COUNTER_AGGREGATE_FUNC
§fn clone(&self) -> PERF_COUNTER_AGGREGATE_FUNC
fn clone(&self) -> PERF_COUNTER_AGGREGATE_FUNC
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 more§impl Debug for PERF_COUNTER_AGGREGATE_FUNC
impl Debug for PERF_COUNTER_AGGREGATE_FUNC
§impl Default for PERF_COUNTER_AGGREGATE_FUNC
impl Default for PERF_COUNTER_AGGREGATE_FUNC
§fn default() -> PERF_COUNTER_AGGREGATE_FUNC
fn default() -> PERF_COUNTER_AGGREGATE_FUNC
Returns the “default value” for a type. Read more
§impl PartialEq for PERF_COUNTER_AGGREGATE_FUNC
impl PartialEq for PERF_COUNTER_AGGREGATE_FUNC
impl Copy for PERF_COUNTER_AGGREGATE_FUNC
impl Eq for PERF_COUNTER_AGGREGATE_FUNC
impl StructuralPartialEq for PERF_COUNTER_AGGREGATE_FUNC
Auto Trait Implementations§
impl Freeze for PERF_COUNTER_AGGREGATE_FUNC
impl RefUnwindSafe for PERF_COUNTER_AGGREGATE_FUNC
impl Send for PERF_COUNTER_AGGREGATE_FUNC
impl Sync for PERF_COUNTER_AGGREGATE_FUNC
impl Unpin for PERF_COUNTER_AGGREGATE_FUNC
impl UnwindSafe for PERF_COUNTER_AGGREGATE_FUNC
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