windows::Win32::Graphics::Direct2D

Trait ID2D1PrintControl_Impl

pub trait ID2D1PrintControl_Impl: IUnknownImpl {
    // Required methods
    fn AddPage(
        &self,
        commandlist: Ref<'_, ID2D1CommandList>,
        pagesize: &D2D_SIZE_F,
        pageprintticketstream: Ref<'_, IStream>,
        tag1: *mut u64,
        tag2: *mut u64,
    ) -> Result<()>;
    fn Close(&self) -> Result<()>;
}

Required Methods§

fn AddPage( &self, commandlist: Ref<'_, ID2D1CommandList>, pagesize: &D2D_SIZE_F, pageprintticketstream: Ref<'_, IStream>, tag1: *mut u64, tag2: *mut u64, ) -> Result<()>

fn Close(&self) -> 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§