#[repr(C)]pub struct TRACE_GUID_PROPERTIES {
pub Guid: GUID,
pub GuidType: ULONG,
pub LoggerId: ULONG,
pub EnableLevel: ULONG,
pub EnableFlags: ULONG,
pub IsEnable: BOOLEAN,
}
Fields§
§Guid: GUID
§GuidType: ULONG
§LoggerId: ULONG
§EnableLevel: ULONG
§EnableFlags: ULONG
§IsEnable: BOOLEAN
Trait Implementations§
Source§impl Clone for TRACE_GUID_PROPERTIES
impl Clone for TRACE_GUID_PROPERTIES
Source§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 moreSource§impl Default for TRACE_GUID_PROPERTIES
impl Default for TRACE_GUID_PROPERTIES
Source§fn default() -> TRACE_GUID_PROPERTIES
fn default() -> TRACE_GUID_PROPERTIES
Returns the “default value” for a type. Read more
impl Copy 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