pub trait ICorProfilerInfo5_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§