windows::Win32::UI::Shell

Trait IAccessibleObject_Impl

pub trait IAccessibleObject_Impl: IUnknownImpl {
    // Required method
    fn SetAccessibleName(&self, pszname: &PCWSTR) -> Result<()>;
}

Required Methods§

fn SetAccessibleName(&self, pszname: &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§