windows::Win32::UI::Shell

Trait ISyncMgrUIOperation_Impl

pub trait ISyncMgrUIOperation_Impl: IUnknownImpl {
    // Required method
    fn Run(&self, hwndowner: HWND) -> HRESULT;
}

Required Methods§

fn Run(&self, hwndowner: HWND) -> HRESULT

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§