Union windows_sys::Win32::System::Diagnostics::Etw::EVENT_TRACE_HEADER_3
[−]#[repr(C)]
pub union EVENT_TRACE_HEADER_3 {
pub Anonymous1: EVENT_TRACE_HEADER_3_0,
pub ProcessorTime: u64,
pub Anonymous2: EVENT_TRACE_HEADER_3_1,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Etw’
Fields
Anonymous1: EVENT_TRACE_HEADER_3_0
ProcessorTime: u64
Anonymous2: EVENT_TRACE_HEADER_3_1
Trait Implementations
impl Clone for EVENT_TRACE_HEADER_3
impl Clone for EVENT_TRACE_HEADER_3
impl Copy for EVENT_TRACE_HEADER_3
Auto Trait Implementations
impl RefUnwindSafe for EVENT_TRACE_HEADER_3
impl Send for EVENT_TRACE_HEADER_3
impl Sync for EVENT_TRACE_HEADER_3
impl Unpin for EVENT_TRACE_HEADER_3
impl UnwindSafe for EVENT_TRACE_HEADER_3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more