windows::Win32::System::Diagnostics::Debug::ActiveScript

Trait IActiveScriptProperty_Impl

pub trait IActiveScriptProperty_Impl: IUnknownImpl {
    // Required methods
    fn GetProperty(
        &self,
        dwproperty: u32,
        pvarindex: *const VARIANT,
    ) -> Result<VARIANT>;
    fn SetProperty(
        &self,
        dwproperty: u32,
        pvarindex: *const VARIANT,
        pvarvalue: *const VARIANT,
    ) -> Result<()>;
}

Required Methods§

fn GetProperty( &self, dwproperty: u32, pvarindex: *const VARIANT, ) -> Result<VARIANT>

fn SetProperty( &self, dwproperty: u32, pvarindex: *const VARIANT, pvarvalue: *const VARIANT, ) -> 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§