pub trait IBackgroundCopyFile4_Impl: Sized + IBackgroundCopyFile3_Impl {
// Required method
fn GetPeerDownloadStats(
&self,
pfromorigin: *mut u64,
pfrompeers: *mut u64,
) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.