windows::Win32::UI::Shell

Trait IFileDialog2_Impl

pub trait IFileDialog2_Impl: IFileDialog_Impl {
    // Required methods
    fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>;
    fn SetNavigationRoot(&self, psi: Ref<'_, IShellItem>) -> Result<()>;
}

Required Methods§

fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>

fn SetNavigationRoot(&self, psi: Ref<'_, IShellItem>) -> 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§