Struct windows::Foundation::Diagnostics::AsyncCausalityTracer
pub struct AsyncCausalityTracer;
Implementations§
§impl AsyncCausalityTracer
impl AsyncCausalityTracer
pub fn TraceOperationCreation( tracelevel: CausalityTraceLevel, source: CausalitySource, platformid: GUID, operationid: u64, operationname: &HSTRING, relatedcontext: u64, ) -> Result<()>
pub fn TraceOperationCompletion( tracelevel: CausalityTraceLevel, source: CausalitySource, platformid: GUID, operationid: u64, status: AsyncStatus, ) -> Result<()>
pub fn TraceOperationRelation( tracelevel: CausalityTraceLevel, source: CausalitySource, platformid: GUID, operationid: u64, relation: CausalityRelation, ) -> Result<()>
pub fn TraceSynchronousWorkStart( tracelevel: CausalityTraceLevel, source: CausalitySource, platformid: GUID, operationid: u64, work: CausalitySynchronousWork, ) -> Result<()>
pub fn TraceSynchronousWorkCompletion( tracelevel: CausalityTraceLevel, source: CausalitySource, work: CausalitySynchronousWork, ) -> Result<()>
pub fn TracingStatusChanged<P0>(handler: P0) -> Result<EventRegistrationToken>where
P0: Param<EventHandler<TracingStatusChangedEventArgs>>,
pub fn RemoveTracingStatusChanged(cookie: EventRegistrationToken) -> Result<()>
Auto Trait Implementations§
impl Freeze for AsyncCausalityTracer
impl RefUnwindSafe for AsyncCausalityTracer
impl Send for AsyncCausalityTracer
impl Sync for AsyncCausalityTracer
impl Unpin for AsyncCausalityTracer
impl UnwindSafe for AsyncCausalityTracer
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