#[repr(C)]pub struct EVENT_EXTENDED_ITEM_STACK_KEY32 {
pub MatchId: u64,
pub StackKey: u32,
pub Padding: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
MatchId: u64
StackKey: u32
Padding: u32
Trait Implementations
impl Clone for EVENT_EXTENDED_ITEM_STACK_KEY32
impl Clone for EVENT_EXTENDED_ITEM_STACK_KEY32
impl Copy for EVENT_EXTENDED_ITEM_STACK_KEY32
Auto Trait Implementations
impl RefUnwindSafe for EVENT_EXTENDED_ITEM_STACK_KEY32
impl Send for EVENT_EXTENDED_ITEM_STACK_KEY32
impl Sync for EVENT_EXTENDED_ITEM_STACK_KEY32
impl Unpin for EVENT_EXTENDED_ITEM_STACK_KEY32
impl UnwindSafe for EVENT_EXTENDED_ITEM_STACK_KEY32
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