Trait IBackgroundCopyFile5_Impl
pub trait IBackgroundCopyFile5_Impl: 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§
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>
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.