windows::Win32::Data::Xml::MsXml

Trait IXMLDOMAttribute_Impl

pub trait IXMLDOMAttribute_Impl: IXMLDOMNode_Impl {
    // Required methods
    fn name(&self) -> Result<BSTR>;
    fn value(&self) -> Result<VARIANT>;
    fn Setvalue(&self, attributevalue: &VARIANT) -> Result<()>;
}

Required Methods§

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

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

fn Setvalue(&self, attributevalue: &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§