pub trait IMILBitmapEffectConnectorInfo_Impl: Sized {
    // 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>

Object Safety§

This trait is not object safe.

Implementors§