#[repr(C)]pub struct EVENT_TRACE_PROPERTIES {Show 18 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 u: 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,
}Fields§
§Wnode: WNODE_HEADER§BufferSize: ULONG§MinimumBuffers: ULONG§MaximumBuffers: ULONG§MaximumFileSize: ULONG§LogFileMode: ULONG§FlushTimer: ULONG§EnableFlags: ULONG§u: EVENT_TRACE_PROPERTIES_u§NumberOfBuffers: ULONG§FreeBuffers: ULONG§EventsLost: ULONG§BuffersWritten: ULONG§LogBuffersLost: ULONG§RealTimeBuffersLost: ULONG§LoggerThreadId: HANDLE§LogFileNameOffset: ULONG§LoggerNameOffset: ULONGTrait Implementations§
Source§impl Clone for EVENT_TRACE_PROPERTIES
impl Clone for EVENT_TRACE_PROPERTIES
Source§fn clone(&self) -> EVENT_TRACE_PROPERTIES
fn clone(&self) -> EVENT_TRACE_PROPERTIES
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
impl Default for EVENT_TRACE_PROPERTIES
Source§fn default() -> EVENT_TRACE_PROPERTIES
fn default() -> EVENT_TRACE_PROPERTIES
Returns the “default value” for a type. Read more
impl Copy for EVENT_TRACE_PROPERTIES
Auto Trait Implementations§
impl Freeze for EVENT_TRACE_PROPERTIES
impl RefUnwindSafe for EVENT_TRACE_PROPERTIES
impl !Send for EVENT_TRACE_PROPERTIES
impl !Sync for EVENT_TRACE_PROPERTIES
impl Unpin for EVENT_TRACE_PROPERTIES
impl UnwindSafe for EVENT_TRACE_PROPERTIES
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