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

Trait ICertConfig_Impl

pub trait ICertConfig_Impl: IDispatch_Impl {
    // Required methods
    fn Reset(&self, index: i32) -> Result<i32>;
    fn Next(&self) -> Result<i32>;
    fn GetField(&self, strfieldname: &BSTR) -> Result<BSTR>;
    fn GetConfig(&self, flags: i32) -> Result<BSTR>;
}

Required Methods§

fn Reset(&self, index: i32) -> Result<i32>

fn Next(&self) -> Result<i32>

fn GetField(&self, strfieldname: &BSTR) -> Result<BSTR>

fn GetConfig(&self, flags: i32) -> 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§