windows::Win32::System::ComponentServices

Trait ISharedProperty_Impl

pub trait ISharedProperty_Impl: IDispatch_Impl {
    // Required methods
    fn Value(&self) -> Result<VARIANT>;
    fn SetValue(&self, val: &VARIANT) -> Result<()>;
}

Required Methods§

fn Value(&self) -> Result<VARIANT>

fn SetValue(&self, val: &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§