Trait IThumbnailCapture_Impl
pub trait IThumbnailCapture_Impl: IUnknownImpl {
// Required method
fn CaptureThumbnail(
&self,
pmaxsize: *const SIZE,
phtmldoc2: Ref<'_, IUnknown>,
) -> Result<HBITMAP>;
}
Required Methods§
fn CaptureThumbnail( &self, pmaxsize: *const SIZE, phtmldoc2: Ref<'_, IUnknown>, ) -> Result<HBITMAP>
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.