windows::Networking::BackgroundTransfer

Trait IBackgroundTransferOperationPriority_Impl

pub trait IBackgroundTransferOperationPriority_Impl: IUnknownImpl {
    // Required methods
    fn Priority(&self) -> Result<BackgroundTransferPriority>;
    fn SetPriority(&self, value: BackgroundTransferPriority) -> Result<()>;
}

Required Methods§

fn Priority(&self) -> Result<BackgroundTransferPriority>

fn SetPriority(&self, value: BackgroundTransferPriority) -> 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§