#[repr(C)]pub struct TRACE_ENABLE_INFO {
pub IsEnabled: ULONG,
pub Level: UCHAR,
pub Reserved1: UCHAR,
pub LoggerId: USHORT,
pub EnabledProperty: ULONG,
pub Reserved2: ULONG,
pub MatchAnyKeyword: ULONGLONG,
pub MatchAllKeyword: ULONGLONG,
}
Fields§
§IsEnabled: ULONG
§Level: UCHAR
§Reserved1: UCHAR
§LoggerId: USHORT
§EnabledProperty: ULONG
§Reserved2: ULONG
§MatchAnyKeyword: ULONGLONG
§MatchAllKeyword: ULONGLONG
Trait Implementations§
Source§impl Clone for TRACE_ENABLE_INFO
impl Clone for TRACE_ENABLE_INFO
Source§fn clone(&self) -> TRACE_ENABLE_INFO
fn clone(&self) -> TRACE_ENABLE_INFO
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 TRACE_ENABLE_INFO
impl Default for TRACE_ENABLE_INFO
Source§fn default() -> TRACE_ENABLE_INFO
fn default() -> TRACE_ENABLE_INFO
Returns the “default value” for a type. Read more
impl Copy for TRACE_ENABLE_INFO
Auto Trait Implementations§
impl Freeze for TRACE_ENABLE_INFO
impl RefUnwindSafe for TRACE_ENABLE_INFO
impl Send for TRACE_ENABLE_INFO
impl Sync for TRACE_ENABLE_INFO
impl Unpin for TRACE_ENABLE_INFO
impl UnwindSafe for TRACE_ENABLE_INFO
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