windows::Win32::Security::Cryptography::Certificates

Trait IX509NameValuePair_Impl

pub trait IX509NameValuePair_Impl: IDispatch_Impl {
    // Required methods
    fn Initialize(&self, strname: &BSTR, strvalue: &BSTR) -> Result<()>;
    fn Value(&self) -> Result<BSTR>;
    fn Name(&self) -> Result<BSTR>;
}

Required Methods§

fn Initialize(&self, strname: &BSTR, strvalue: &BSTR) -> Result<()>

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

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§