windows::Win32::Storage::OfflineFiles

Trait IOfflineFilesCache2_Impl

pub trait IOfflineFilesCache2_Impl: IOfflineFilesCache_Impl {
    // Required method
    fn RenameItemEx(
        &self,
        pszpathoriginal: &PCWSTR,
        pszpathnew: &PCWSTR,
        breplaceifexists: BOOL,
    ) -> Result<()>;
}

Required Methods§

fn RenameItemEx( &self, pszpathoriginal: &PCWSTR, pszpathnew: &PCWSTR, breplaceifexists: BOOL, ) -> 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§