pub trait ICompositionDrawingSurfaceInterop2_Impl: Sized + ICompositionDrawingSurfaceInterop_Impl {
    // Required method
    fn CopySurface(
        &self,
        destinationresource: Option<&IUnknown>,
        destinationoffsetx: i32,
        destinationoffsety: i32,
        sourcerectangle: *const RECT
    ) -> Result<()>;
}

Required Methods§

fn CopySurface( &self, destinationresource: Option<&IUnknown>, destinationoffsetx: i32, destinationoffsety: i32, sourcerectangle: *const RECT ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§