windows::Win32::Graphics::Direct2D

Trait ID2D1ImageSourceFromWic_Impl

pub trait ID2D1ImageSourceFromWic_Impl: ID2D1ImageSource_Impl {
    // Required methods
    fn EnsureCached(&self, rectangletofill: *const D2D_RECT_U) -> Result<()>;
    fn TrimCache(&self, rectangletopreserve: *const D2D_RECT_U) -> Result<()>;
    fn GetSource(&self, wicbitmapsource: OutRef<'_, IWICBitmapSource>);
}

Required Methods§

fn EnsureCached(&self, rectangletofill: *const D2D_RECT_U) -> Result<()>

fn TrimCache(&self, rectangletopreserve: *const D2D_RECT_U) -> Result<()>

fn GetSource(&self, wicbitmapsource: OutRef<'_, IWICBitmapSource>)

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§