Union windows_sys::Win32::System::Diagnostics::Etw::EVENT_TRACE_LOGFILEA_1
#[repr(C)]
pub union EVENT_TRACE_LOGFILEA_1 {
pub EventCallback: PEVENT_CALLBACK,
pub EventRecordCallback: PEVENT_RECORD_CALLBACK,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Time"
Fields§
§EventCallback: PEVENT_CALLBACK
§EventRecordCallback: PEVENT_RECORD_CALLBACK
Trait Implementations§
§impl Clone for EVENT_TRACE_LOGFILEA_1
impl Clone for EVENT_TRACE_LOGFILEA_1
impl Copy for EVENT_TRACE_LOGFILEA_1
Auto Trait Implementations§
impl RefUnwindSafe for EVENT_TRACE_LOGFILEA_1
impl Send for EVENT_TRACE_LOGFILEA_1
impl Sync for EVENT_TRACE_LOGFILEA_1
impl Unpin for EVENT_TRACE_LOGFILEA_1
impl UnwindSafe for EVENT_TRACE_LOGFILEA_1
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