Struct windows_sys::Win32::System::Diagnostics::Etw::ETW_PMC_COUNTER_OWNER
[−]#[repr(C)]pub struct ETW_PMC_COUNTER_OWNER {
pub OwnerType: ETW_PMC_COUNTER_OWNER_TYPE,
pub ProfileSource: u32,
pub OwnerTag: u32,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Etw’
Fields
OwnerType: ETW_PMC_COUNTER_OWNER_TYPE
ProfileSource: u32
OwnerTag: u32
Trait Implementations
impl Clone for ETW_PMC_COUNTER_OWNER
impl Clone for ETW_PMC_COUNTER_OWNER
impl Copy for ETW_PMC_COUNTER_OWNER
Auto Trait Implementations
impl RefUnwindSafe for ETW_PMC_COUNTER_OWNER
impl Send for ETW_PMC_COUNTER_OWNER
impl Sync for ETW_PMC_COUNTER_OWNER
impl Unpin for ETW_PMC_COUNTER_OWNER
impl UnwindSafe for ETW_PMC_COUNTER_OWNER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more