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