Trait windows::Win32::Storage::Xps::IXpsOMImageResource_Impl

pub trait IXpsOMImageResource_Impl: Sized + IXpsOMResource_Impl {
    // Required methods
    fn GetStream(&self) -> Result<IStream>;
    fn SetContent(
        &self,
        sourcestream: Option<&IStream>,
        imagetype: XPS_IMAGE_TYPE,
        partname: Option<&IOpcPartUri>,
    ) -> Result<()>;
    fn GetImageType(&self) -> Result<XPS_IMAGE_TYPE>;
}

Required Methods§

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

fn SetContent( &self, sourcestream: Option<&IStream>, imagetype: XPS_IMAGE_TYPE, partname: Option<&IOpcPartUri>, ) -> Result<()>

fn GetImageType(&self) -> Result<XPS_IMAGE_TYPE>

Object Safety§

This trait is not object safe.

Implementors§