windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBackgroundCopyFile3_Impl

pub trait IBackgroundCopyFile3_Impl: IBackgroundCopyFile2_Impl {
    // Required methods
    fn GetTemporaryName(&self) -> Result<PWSTR>;
    fn SetValidationState(&self, state: BOOL) -> Result<()>;
    fn GetValidationState(&self) -> Result<BOOL>;
    fn IsDownloadedFromPeer(&self) -> Result<BOOL>;
}

Required Methods§

fn GetTemporaryName(&self) -> Result<PWSTR>

fn SetValidationState(&self, state: BOOL) -> Result<()>

fn GetValidationState(&self) -> Result<BOOL>

fn IsDownloadedFromPeer(&self) -> Result<BOOL>

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§