Trait IMILBitmapEffectConnectorInfo_Impl
pub trait IMILBitmapEffectConnectorInfo_Impl: IUnknownImpl {
// Required methods
fn GetIndex(&self) -> Result<u32>;
fn GetOptimalFormat(&self) -> Result<GUID>;
fn GetNumberFormats(&self) -> Result<u32>;
fn GetFormat(&self, ulindex: u32) -> Result<GUID>;
}
Required Methods§
fn GetIndex(&self) -> Result<u32>
fn GetOptimalFormat(&self) -> Result<GUID>
fn GetNumberFormats(&self) -> Result<u32>
fn GetFormat(&self, ulindex: u32) -> Result<GUID>
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.