Struct windows_sys::Win32::System::Diagnostics::Etw::TRACE_GUID_PROPERTIES
[−]#[repr(C)]pub struct TRACE_GUID_PROPERTIES {
pub Guid: GUID,
pub GuidType: u32,
pub LoggerId: u32,
pub EnableLevel: u32,
pub EnableFlags: u32,
pub IsEnable: BOOLEAN,
}
Expand description
Required features: "Win32_System_Diagnostics_Etw"
, "Win32_Foundation"
Fields
Guid: GUID
GuidType: u32
LoggerId: u32
EnableLevel: u32
EnableFlags: u32
IsEnable: BOOLEAN
Trait Implementations
impl Clone for TRACE_GUID_PROPERTIES
impl Clone for TRACE_GUID_PROPERTIES
impl Copy for TRACE_GUID_PROPERTIES
Auto Trait Implementations
impl RefUnwindSafe for TRACE_GUID_PROPERTIES
impl Send for TRACE_GUID_PROPERTIES
impl Sync for TRACE_GUID_PROPERTIES
impl Unpin for TRACE_GUID_PROPERTIES
impl UnwindSafe for TRACE_GUID_PROPERTIES
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