Trait IBackgroundCopyCallback3_Impl
pub trait IBackgroundCopyCallback3_Impl: IBackgroundCopyCallback2_Impl {
// Required method
fn FileRangesTransferred(
&self,
job: Ref<'_, IBackgroundCopyJob>,
file: Ref<'_, IBackgroundCopyFile>,
rangecount: u32,
ranges: *const BG_FILE_RANGE,
) -> Result<()>;
}
Required Methods§
fn FileRangesTransferred( &self, job: Ref<'_, IBackgroundCopyJob>, file: Ref<'_, IBackgroundCopyFile>, rangecount: u32, ranges: *const BG_FILE_RANGE, ) -> 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.