Struct windows::Win32::System::Diagnostics::Etw::EVENT_EXTENDED_ITEM_INSTANCE
#[repr(C)]pub struct EVENT_EXTENDED_ITEM_INSTANCE {
pub InstanceId: u32,
pub ParentInstanceId: u32,
pub ParentGuid: GUID,
}
Fields§
§InstanceId: u32
§ParentInstanceId: u32
§ParentGuid: GUID
Trait Implementations§
§impl Clone for EVENT_EXTENDED_ITEM_INSTANCE
impl Clone for EVENT_EXTENDED_ITEM_INSTANCE
§fn clone(&self) -> EVENT_EXTENDED_ITEM_INSTANCE
fn clone(&self) -> EVENT_EXTENDED_ITEM_INSTANCE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for EVENT_EXTENDED_ITEM_INSTANCE
impl Debug for EVENT_EXTENDED_ITEM_INSTANCE
§impl Default for EVENT_EXTENDED_ITEM_INSTANCE
impl Default for EVENT_EXTENDED_ITEM_INSTANCE
§impl PartialEq for EVENT_EXTENDED_ITEM_INSTANCE
impl PartialEq for EVENT_EXTENDED_ITEM_INSTANCE
§fn eq(&self, other: &EVENT_EXTENDED_ITEM_INSTANCE) -> bool
fn eq(&self, other: &EVENT_EXTENDED_ITEM_INSTANCE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EVENT_EXTENDED_ITEM_INSTANCE
impl Eq for EVENT_EXTENDED_ITEM_INSTANCE
impl StructuralPartialEq for EVENT_EXTENDED_ITEM_INSTANCE
Auto Trait Implementations§
impl Freeze for EVENT_EXTENDED_ITEM_INSTANCE
impl RefUnwindSafe for EVENT_EXTENDED_ITEM_INSTANCE
impl Send for EVENT_EXTENDED_ITEM_INSTANCE
impl Sync for EVENT_EXTENDED_ITEM_INSTANCE
impl Unpin for EVENT_EXTENDED_ITEM_INSTANCE
impl UnwindSafe for EVENT_EXTENDED_ITEM_INSTANCE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)