Struct windows_sys::Win32::System::Diagnostics::Etw::TRACE_VERSION_INFO
[−]Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
EtwTraceProcessingVersion: u32
Reserved: u32
Trait Implementations
impl Clone for TRACE_VERSION_INFO
impl Clone for TRACE_VERSION_INFO
impl Copy for TRACE_VERSION_INFO
Auto Trait Implementations
impl RefUnwindSafe for TRACE_VERSION_INFO
impl Send for TRACE_VERSION_INFO
impl Sync for TRACE_VERSION_INFO
impl Unpin for TRACE_VERSION_INFO
impl UnwindSafe for TRACE_VERSION_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