Trait IBackgroundCopyFile_Impl
pub trait IBackgroundCopyFile_Impl: IUnknownImpl {
// Required methods
fn GetRemoteName(&self) -> Result<PWSTR>;
fn GetLocalName(&self) -> Result<PWSTR>;
fn GetProgress(&self, pval: *mut BG_FILE_PROGRESS) -> Result<()>;
}
Required Methods§
fn GetRemoteName(&self) -> Result<PWSTR>
fn GetLocalName(&self) -> Result<PWSTR>
fn GetProgress(&self, pval: *mut BG_FILE_PROGRESS) -> 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.