Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
MatchId: u64
Address: [u32; 1]
Trait Implementations
impl Clone for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl Clone for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl Copy for EVENT_EXTENDED_ITEM_STACK_TRACE32
Auto Trait Implementations
impl RefUnwindSafe for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl Send for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl Sync for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl Unpin for EVENT_EXTENDED_ITEM_STACK_TRACE32
impl UnwindSafe for EVENT_EXTENDED_ITEM_STACK_TRACE32
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