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

Trait IEnumCERTVIEWATTRIBUTE_Impl

pub trait IEnumCERTVIEWATTRIBUTE_Impl: IDispatch_Impl {
    // Required methods
    fn Next(&self, pindex: *mut i32) -> Result<()>;
    fn GetName(&self, pstrout: *mut BSTR) -> Result<()>;
    fn GetValue(&self, pstrout: *mut BSTR) -> Result<()>;
    fn Skip(&self, celt: i32) -> Result<()>;
    fn Reset(&self) -> Result<()>;
    fn Clone(&self) -> Result<IEnumCERTVIEWATTRIBUTE>;
}

Required Methods§

fn Next(&self, pindex: *mut i32) -> Result<()>

fn GetName(&self, pstrout: *mut BSTR) -> Result<()>

fn GetValue(&self, pstrout: *mut BSTR) -> Result<()>

fn Skip(&self, celt: i32) -> Result<()>

fn Reset(&self) -> Result<()>

fn Clone(&self) -> Result<IEnumCERTVIEWATTRIBUTE>

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§