Trait windows::Win32::Security::Cryptography::Certificates::IX509Attributes_Impl
pub trait IX509Attributes_Impl: Sized + IDispatch_Impl {
// Required methods
fn get_ItemByIndex(&self, index: i32) -> Result<IX509Attribute>;
fn Count(&self) -> Result<i32>;
fn _NewEnum(&self) -> Result<IUnknown>;
fn Add(&self, pval: Option<&IX509Attribute>) -> Result<()>;
fn Remove(&self, index: i32) -> Result<()>;
fn Clear(&self) -> Result<()>;
}
Required Methods§
fn get_ItemByIndex(&self, index: i32) -> Result<IX509Attribute>
fn Count(&self) -> Result<i32>
fn _NewEnum(&self) -> Result<IUnknown>
fn Add(&self, pval: Option<&IX509Attribute>) -> Result<()>
fn Remove(&self, index: i32) -> Result<()>
fn Clear(&self) -> Result<()>
Object Safety§
This trait is not object safe.