Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
Counter: [u64; 1]
Trait Implementations
impl Clone for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl Clone for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl Copy for EVENT_EXTENDED_ITEM_PMC_COUNTERS
Auto Trait Implementations
impl RefUnwindSafe for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl Send for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl Sync for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl Unpin for EVENT_EXTENDED_ITEM_PMC_COUNTERS
impl UnwindSafe for EVENT_EXTENDED_ITEM_PMC_COUNTERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more