windows::Win32::UI::Accessibility

Trait IValueProvider_Impl

pub trait IValueProvider_Impl: IUnknownImpl {
    // Required methods
    fn SetValue(&self, val: &PCWSTR) -> Result<()>;
    fn Value(&self) -> Result<BSTR>;
    fn IsReadOnly(&self) -> Result<BOOL>;
}

Required Methods§

fn SetValue(&self, val: &PCWSTR) -> Result<()>

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

fn IsReadOnly(&self) -> Result<BOOL>

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§