#[repr(C)]pub struct EVENT_TRACE_PROPERTIES_V2 {Show 22 fields
pub Wnode: WNODE_HEADER,
pub BufferSize: ULONG,
pub MinimumBuffers: ULONG,
pub MaximumBuffers: ULONG,
pub MaximumFileSize: ULONG,
pub LogFileMode: ULONG,
pub FlushTimer: ULONG,
pub EnableFlags: ULONG,
pub u1: EVENT_TRACE_PROPERTIES_u,
pub NumberOfBuffers: ULONG,
pub FreeBuffers: ULONG,
pub EventsLost: ULONG,
pub BuffersWritten: ULONG,
pub LogBuffersLost: ULONG,
pub RealTimeBuffersLost: ULONG,
pub LoggerThreadId: HANDLE,
pub LogFileNameOffset: ULONG,
pub LoggerNameOffset: ULONG,
pub u2: EVENT_TRACE_PROPERTIES_V2_u2,
pub FilterDescCount: ULONG,
pub FilterDesc: PEVENT_FILTER_DESCRIPTOR,
pub u3: EVENT_TRACE_PROPERTIES_V2_u3,
}Fields§
§Wnode: WNODE_HEADER§BufferSize: ULONG§MinimumBuffers: ULONG§MaximumBuffers: ULONG§MaximumFileSize: ULONG§LogFileMode: ULONG§FlushTimer: ULONG§EnableFlags: ULONG§u1: EVENT_TRACE_PROPERTIES_u§NumberOfBuffers: ULONG§FreeBuffers: ULONG§EventsLost: ULONG§BuffersWritten: ULONG§LogBuffersLost: ULONG§RealTimeBuffersLost: ULONG§LoggerThreadId: HANDLE§LogFileNameOffset: ULONG§LoggerNameOffset: ULONG§u2: EVENT_TRACE_PROPERTIES_V2_u2§FilterDescCount: ULONG§FilterDesc: PEVENT_FILTER_DESCRIPTOR§u3: EVENT_TRACE_PROPERTIES_V2_u3Trait Implementations§
Source§impl Clone for EVENT_TRACE_PROPERTIES_V2
impl Clone for EVENT_TRACE_PROPERTIES_V2
Source§fn clone(&self) -> EVENT_TRACE_PROPERTIES_V2
fn clone(&self) -> EVENT_TRACE_PROPERTIES_V2
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for EVENT_TRACE_PROPERTIES_V2
impl Default for EVENT_TRACE_PROPERTIES_V2
Source§fn default() -> EVENT_TRACE_PROPERTIES_V2
fn default() -> EVENT_TRACE_PROPERTIES_V2
Returns the “default value” for a type. Read more
impl Copy for EVENT_TRACE_PROPERTIES_V2
Auto Trait Implementations§
impl Freeze for EVENT_TRACE_PROPERTIES_V2
impl RefUnwindSafe for EVENT_TRACE_PROPERTIES_V2
impl !Send for EVENT_TRACE_PROPERTIES_V2
impl !Sync for EVENT_TRACE_PROPERTIES_V2
impl Unpin for EVENT_TRACE_PROPERTIES_V2
impl UnwindSafe for EVENT_TRACE_PROPERTIES_V2
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