Struct windows_sys::Win32::System::Diagnostics::Etw::EVENT_INSTANCE_INFO
[−]Expand description
Required features: "Win32_System_Diagnostics_Etw"
, "Win32_Foundation"
Fields
RegHandle: HANDLE
InstanceId: u32
Trait Implementations
impl Clone for EVENT_INSTANCE_INFO
impl Clone for EVENT_INSTANCE_INFO
impl Copy for EVENT_INSTANCE_INFO
Auto Trait Implementations
impl RefUnwindSafe for EVENT_INSTANCE_INFO
impl Send for EVENT_INSTANCE_INFO
impl Sync for EVENT_INSTANCE_INFO
impl Unpin for EVENT_INSTANCE_INFO
impl UnwindSafe for EVENT_INSTANCE_INFO
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