#[repr(C)]pub struct TRACE_VERSION_INFO {
pub EtwTraceProcessingVersion: UINT,
pub Reserved: UINT,
}
Fields
EtwTraceProcessingVersion: UINT
Reserved: UINT
Trait Implementations
sourceimpl Clone for TRACE_VERSION_INFO
impl Clone for TRACE_VERSION_INFO
sourcefn clone(&self) -> TRACE_VERSION_INFO
fn clone(&self) -> TRACE_VERSION_INFO
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 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