Struct windows_sys::Win32::System::Diagnostics::Etw::TRACE_ENABLE_INFO
[−]#[repr(C)]pub struct TRACE_ENABLE_INFO {
pub IsEnabled: u32,
pub Level: u8,
pub Reserved1: u8,
pub LoggerId: u16,
pub EnableProperty: u32,
pub Reserved2: u32,
pub MatchAnyKeyword: u64,
pub MatchAllKeyword: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
Fields
IsEnabled: u32
Level: u8
Reserved1: u8
LoggerId: u16
EnableProperty: u32
Reserved2: u32
MatchAnyKeyword: u64
MatchAllKeyword: u64
Trait Implementations
impl Clone for TRACE_ENABLE_INFO
impl Clone for TRACE_ENABLE_INFO
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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