windows::Win32::UI::Wpf

Trait IMILBitmapEffects_Impl

pub trait IMILBitmapEffects_Impl: IUnknownImpl {
    // Required methods
    fn _NewEnum(&self) -> Result<IUnknown>;
    fn Parent(&self) -> Result<IMILBitmapEffectGroup>;
    fn Item(&self, uindex: u32) -> Result<IMILBitmapEffect>;
    fn Count(&self) -> Result<u32>;
}

Required Methods§

fn _NewEnum(&self) -> Result<IUnknown>

fn Parent(&self) -> Result<IMILBitmapEffectGroup>

fn Item(&self, uindex: u32) -> Result<IMILBitmapEffect>

fn Count(&self) -> Result<u32>

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§