windows::Win32::UI::Shell

Trait IShellIconOverlay_Impl

pub trait IShellIconOverlay_Impl: IUnknownImpl {
    // Required methods
    fn GetOverlayIndex(
        &self,
        pidl: *const ITEMIDLIST,
        pindex: *mut i32,
    ) -> Result<()>;
    fn GetOverlayIconIndex(
        &self,
        pidl: *const ITEMIDLIST,
        piconindex: *mut i32,
    ) -> Result<()>;
}

Required Methods§

fn GetOverlayIndex( &self, pidl: *const ITEMIDLIST, pindex: *mut i32, ) -> Result<()>

fn GetOverlayIconIndex( &self, pidl: *const ITEMIDLIST, piconindex: *mut i32, ) -> Result<()>

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§