#[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
sourceimpl Clone for TRACE_ENABLE_INFO
impl Clone for TRACE_ENABLE_INFO
sourcefn clone(&self) -> TRACE_ENABLE_INFO
fn clone(&self) -> TRACE_ENABLE_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_ENABLE_INFO
Auto Trait Implementations
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
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