Struct windows::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,
}
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
§fn clone(&self) -> TRACE_GUID_PROPERTIES
fn clone(&self) -> TRACE_GUID_PROPERTIES
Returns a copy 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 more§impl Debug for TRACE_GUID_PROPERTIES
impl Debug for TRACE_GUID_PROPERTIES
§impl Default for TRACE_GUID_PROPERTIES
impl Default for TRACE_GUID_PROPERTIES
§impl PartialEq for TRACE_GUID_PROPERTIES
impl PartialEq for TRACE_GUID_PROPERTIES
§fn eq(&self, other: &TRACE_GUID_PROPERTIES) -> bool
fn eq(&self, other: &TRACE_GUID_PROPERTIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TRACE_GUID_PROPERTIES
impl Eq for TRACE_GUID_PROPERTIES
impl StructuralPartialEq for TRACE_GUID_PROPERTIES
Auto Trait Implementations§
impl Freeze for TRACE_GUID_PROPERTIES
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)