Trait IStorageProviderCopyHook_Impl
pub trait IStorageProviderCopyHook_Impl: IUnknownImpl {
    // Required method
    fn CopyCallback(
        &self,
        hwnd: HWND,
        operation: u32,
        flags: u32,
        srcfile: &PCWSTR,
        srcattribs: u32,
        destfile: &PCWSTR,
        destattribs: u32,
    ) -> Result<u32>;
}Required Methods§
fn CopyCallback( &self, hwnd: HWND, operation: u32, flags: u32, srcfile: &PCWSTR, srcattribs: u32, destfile: &PCWSTR, destattribs: u32, ) -> Result<u32>
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.