#[repr(C)]pub struct ENABLE_TRACE_PARAMETERS_V1 {
pub Version: ULONG,
pub EnableProperty: ULONG,
pub ControlFlags: ULONG,
pub SourceId: GUID,
pub EnableFilterDesc: PEVENT_FILTER_DESCRIPTOR,
}
Fields
Version: ULONG
EnableProperty: ULONG
ControlFlags: ULONG
SourceId: GUID
EnableFilterDesc: PEVENT_FILTER_DESCRIPTOR
Trait Implementations
sourceimpl Clone for ENABLE_TRACE_PARAMETERS_V1
impl Clone for ENABLE_TRACE_PARAMETERS_V1
sourcefn clone(&self) -> ENABLE_TRACE_PARAMETERS_V1
fn clone(&self) -> ENABLE_TRACE_PARAMETERS_V1
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 ENABLE_TRACE_PARAMETERS_V1
Auto Trait Implementations
impl RefUnwindSafe for ENABLE_TRACE_PARAMETERS_V1
impl !Send for ENABLE_TRACE_PARAMETERS_V1
impl !Sync for ENABLE_TRACE_PARAMETERS_V1
impl Unpin for ENABLE_TRACE_PARAMETERS_V1
impl UnwindSafe for ENABLE_TRACE_PARAMETERS_V1
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