Trait IBackgroundCopyJob5_Impl
pub trait IBackgroundCopyJob5_Impl: IBackgroundCopyJob4_Impl {
// Required methods
fn SetProperty(
&self,
propertyid: BITS_JOB_PROPERTY_ID,
propertyvalue: &BITS_JOB_PROPERTY_VALUE,
) -> Result<()>;
fn GetProperty(
&self,
propertyid: BITS_JOB_PROPERTY_ID,
) -> Result<BITS_JOB_PROPERTY_VALUE>;
}
Required Methods§
fn SetProperty( &self, propertyid: BITS_JOB_PROPERTY_ID, propertyvalue: &BITS_JOB_PROPERTY_VALUE, ) -> Result<()>
fn GetProperty( &self, propertyid: BITS_JOB_PROPERTY_ID, ) -> Result<BITS_JOB_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.