windows::Win32::Storage::Packaging::Opc

Trait IOpcSignatureCustomObjectSet_Impl

pub trait IOpcSignatureCustomObjectSet_Impl: IUnknownImpl {
    // Required methods
    fn Create(
        &self,
        xmlmarkup: *const u8,
        count: u32,
    ) -> Result<IOpcSignatureCustomObject>;
    fn Delete(
        &self,
        customobject: Ref<'_, IOpcSignatureCustomObject>,
    ) -> Result<()>;
    fn GetEnumerator(&self) -> Result<IOpcSignatureCustomObjectEnumerator>;
}

Required Methods§

fn Create( &self, xmlmarkup: *const u8, count: u32, ) -> Result<IOpcSignatureCustomObject>

fn Delete(&self, customobject: Ref<'_, IOpcSignatureCustomObject>) -> Result<()>

fn GetEnumerator(&self) -> Result<IOpcSignatureCustomObjectEnumerator>

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§