windows::Win32::System::Diagnostics::ClrProfiling

Trait ICorProfilerInfo5_Impl

pub trait ICorProfilerInfo5_Impl: ICorProfilerInfo4_Impl {
    // Required methods
    fn GetEventMask2(
        &self,
        pdweventslow: *mut u32,
        pdweventshigh: *mut u32,
    ) -> Result<()>;
    fn SetEventMask2(&self, dweventslow: u32, dweventshigh: u32) -> Result<()>;
}

Required Methods§

fn GetEventMask2( &self, pdweventslow: *mut u32, pdweventshigh: *mut u32, ) -> Result<()>

fn SetEventMask2(&self, dweventslow: u32, dweventshigh: u32) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§