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

Required Methods§

fn SetAccessibleName(&self, pszname: &PCWSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§