windows::Win32::Graphics::Printing

Trait IPartThumbnail_Impl

pub trait IPartThumbnail_Impl: IPartBase_Impl {
    // Required methods
    fn GetThumbnailProperties(&self) -> Result<BSTR>;
    fn SetThumbnailContent(&self, pcontenttype: &PCWSTR) -> Result<()>;
}

Required Methods§

fn GetThumbnailProperties(&self) -> Result<BSTR>

fn SetThumbnailContent(&self, pcontenttype: &PCWSTR) -> 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§