pub trait IBackgroundCopyFile5_Impl: Sized + IBackgroundCopyFile4_Impl {
    // Required methods
    fn SetProperty(
        &self,
        propertyid: BITS_FILE_PROPERTY_ID,
        propertyvalue: &BITS_FILE_PROPERTY_VALUE
    ) -> Result<()>;
    fn GetProperty(
        &self,
        propertyid: BITS_FILE_PROPERTY_ID
    ) -> Result<BITS_FILE_PROPERTY_VALUE>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§