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

Trait ICorProfilerInfo11_Impl

pub trait ICorProfilerInfo11_Impl: ICorProfilerInfo10_Impl {
    // Required methods
    fn GetEnvironmentVariableA(
        &self,
        szname: &PCWSTR,
        cchvalue: u32,
        pcchvalue: *mut u32,
        szvalue: PWSTR,
    ) -> Result<()>;
    fn SetEnvironmentVariable(
        &self,
        szname: &PCWSTR,
        szvalue: &PCWSTR,
    ) -> Result<()>;
}

Required Methods§

fn GetEnvironmentVariableA( &self, szname: &PCWSTR, cchvalue: u32, pcchvalue: *mut u32, szvalue: PWSTR, ) -> Result<()>

fn SetEnvironmentVariable( &self, szname: &PCWSTR, szvalue: &PCWSTR, ) -> 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§