windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBackgroundCopyFile4_Impl

pub trait IBackgroundCopyFile4_Impl: IBackgroundCopyFile3_Impl {
    // Required method
    fn GetPeerDownloadStats(
        &self,
        pfromorigin: *mut u64,
        pfrompeers: *mut u64,
    ) -> Result<()>;
}

Required Methods§

fn GetPeerDownloadStats( &self, pfromorigin: *mut u64, pfrompeers: *mut u64, ) -> 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.

Implementors§