#[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§
Source§impl Clone for ENABLE_TRACE_PARAMETERS
impl Clone for ENABLE_TRACE_PARAMETERS
Source§fn clone(&self) -> ENABLE_TRACE_PARAMETERS
fn clone(&self) -> ENABLE_TRACE_PARAMETERS
Returns a duplicate 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 ENABLE_TRACE_PARAMETERS
impl Default for ENABLE_TRACE_PARAMETERS
Source§fn default() -> ENABLE_TRACE_PARAMETERS
fn default() -> ENABLE_TRACE_PARAMETERS
Returns the “default value” for a type. Read more
impl Copy for ENABLE_TRACE_PARAMETERS
Auto Trait Implementations§
impl Freeze for ENABLE_TRACE_PARAMETERS
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§
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