Struct windows_sys::Win32::System::Diagnostics::Etw::EVENT_EXTENDED_ITEM_PMC_COUNTERS
#[repr(C)]pub struct EVENT_EXTENDED_ITEM_PMC_COUNTERS {
pub Counter: [u64; 1],
}
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§
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