windows::Win32::Graphics::Imaging

Trait IWICPixelFormatInfo2_Impl

pub trait IWICPixelFormatInfo2_Impl: IWICPixelFormatInfo_Impl {
    // Required methods
    fn SupportsTransparency(&self) -> Result<BOOL>;
    fn GetNumericRepresentation(
        &self,
    ) -> Result<WICPixelFormatNumericRepresentation>;
}

Required Methods§

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§