windows::Win32::System::Mmc

Trait Property_Impl

pub trait Property_Impl: IDispatch_Impl {
    // Required methods
    fn Value(&self) -> Result<VARIANT>;
    fn SetValue(&self, value: &VARIANT) -> Result<()>;
    fn Name(&self) -> Result<BSTR>;
}

Required Methods§

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

fn SetValue(&self, value: &VARIANT) -> Result<()>

fn Name(&self) -> Result<BSTR>

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§