Trait IWICPixelFormatInfo2_Impl
pub trait IWICPixelFormatInfo2_Impl: IWICPixelFormatInfo_Impl {
// Required methods
fn SupportsTransparency(&self) -> Result<BOOL>;
fn GetNumericRepresentation(
&self,
) -> Result<WICPixelFormatNumericRepresentation>;
}
Required Methods§
fn SupportsTransparency(&self) -> Result<BOOL>
fn GetNumericRepresentation( &self, ) -> Result<WICPixelFormatNumericRepresentation>
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.