#[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
sourceimpl Clone for TRACE_GUID_PROPERTIES
impl Clone for TRACE_GUID_PROPERTIES
sourcefn clone(&self) -> TRACE_GUID_PROPERTIES
fn clone(&self) -> TRACE_GUID_PROPERTIES
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_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