#[repr(C)]pub struct EVENT_INSTANCE_HEADER {
pub Size: USHORT,
pub u1: EVENT_INSTANCE_HEADER_u1,
pub u2: EVENT_INSTANCE_HEADER_u2,
pub ThreadId: ULONG,
pub ProcessId: ULONG,
pub TimeStamp: LARGE_INTEGER,
pub RegHandle: ULONGLONG,
pub InstanceId: ULONG,
pub ParentInstanceId: ULONG,
pub u3: EVENT_INSTANCE_HEADER_u3,
pub ParentRegHandle: ULONGLONG,
}Fields
Size: USHORTu1: EVENT_INSTANCE_HEADER_u1u2: EVENT_INSTANCE_HEADER_u2ThreadId: ULONGProcessId: ULONGTimeStamp: LARGE_INTEGERRegHandle: ULONGLONGInstanceId: ULONGParentInstanceId: ULONGu3: EVENT_INSTANCE_HEADER_u3ParentRegHandle: ULONGLONGTrait Implementations
sourceimpl Clone for EVENT_INSTANCE_HEADER
impl Clone for EVENT_INSTANCE_HEADER
sourcefn clone(&self) -> EVENT_INSTANCE_HEADER
fn clone(&self) -> EVENT_INSTANCE_HEADER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for EVENT_INSTANCE_HEADER
Auto Trait Implementations
impl RefUnwindSafe for EVENT_INSTANCE_HEADER
impl Send for EVENT_INSTANCE_HEADER
impl Sync for EVENT_INSTANCE_HEADER
impl Unpin for EVENT_INSTANCE_HEADER
impl UnwindSafe for EVENT_INSTANCE_HEADER
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