windows::Win32::UI::Shell

Trait IPersistFolder3_Impl

pub trait IPersistFolder3_Impl: IPersistFolder2_Impl {
    // Required methods
    fn InitializeEx(
        &self,
        pbc: Ref<'_, IBindCtx>,
        pidlroot: *const ITEMIDLIST,
        ppfti: *const PERSIST_FOLDER_TARGET_INFO,
    ) -> Result<()>;
    fn GetFolderTargetInfo(
        &self,
        ppfti: *mut PERSIST_FOLDER_TARGET_INFO,
    ) -> Result<()>;
}

Required Methods§

fn InitializeEx( &self, pbc: Ref<'_, IBindCtx>, pidlroot: *const ITEMIDLIST, ppfti: *const PERSIST_FOLDER_TARGET_INFO, ) -> Result<()>

fn GetFolderTargetInfo( &self, ppfti: *mut PERSIST_FOLDER_TARGET_INFO, ) -> 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§