windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBackgroundCopyFile2_Impl

pub trait IBackgroundCopyFile2_Impl: IBackgroundCopyFile_Impl {
    // Required methods
    fn GetFileRanges(
        &self,
        rangecount: *mut u32,
        ranges: *mut *mut BG_FILE_RANGE,
    ) -> Result<()>;
    fn SetRemoteName(&self, val: &PCWSTR) -> Result<()>;
}

Required Methods§

fn GetFileRanges( &self, rangecount: *mut u32, ranges: *mut *mut BG_FILE_RANGE, ) -> Result<()>

fn SetRemoteName(&self, val: &PCWSTR) -> 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§