pub trait ID2D1GdiMetafileSink1_Impl: Sized + ID2D1GdiMetafileSink_Impl {
    // Required method
    fn ProcessRecord2(
        &self,
        recordtype: u32,
        recorddata: *const c_void,
        recorddatasize: u32,
        flags: u32
    ) -> Result<()>;
}

Required Methods§

fn ProcessRecord2( &self, recordtype: u32, recorddata: *const c_void, recorddatasize: u32, flags: u32 ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§