pub trait IBackgroundCopyFile_Impl: Sized {
    // Required methods
    fn GetRemoteName(&self) -> Result<PWSTR>;
    fn GetLocalName(&self) -> Result<PWSTR>;
    fn GetProgress(&self, pval: *mut BG_FILE_PROGRESS) -> Result<()>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§