windows::Win32::UI::Shell

Trait ITaskbarList4_Impl

pub trait ITaskbarList4_Impl: ITaskbarList3_Impl {
    // Required method
    fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> Result<()>;
}

Required Methods§

fn SetTabProperties(&self, hwndtab: HWND, stpflags: STPFLAG) -> 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§