windows::Win32::Storage::Xps

Trait IXpsOMDocumentStructureResource_Impl

pub trait IXpsOMDocumentStructureResource_Impl: IXpsOMResource_Impl {
    // Required methods
    fn GetOwner(&self) -> Result<IXpsOMDocument>;
    fn GetStream(&self) -> Result<IStream>;
    fn SetContent(
        &self,
        sourcestream: Ref<'_, IStream>,
        partname: Ref<'_, IOpcPartUri>,
    ) -> Result<()>;
}

Required Methods§

fn GetOwner(&self) -> Result<IXpsOMDocument>

fn GetStream(&self) -> Result<IStream>

fn SetContent( &self, sourcestream: Ref<'_, IStream>, partname: Ref<'_, IOpcPartUri>, ) -> Result<()>

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§