Trait IBackgroundCopyQMgr_Impl
pub trait IBackgroundCopyQMgr_Impl: IUnknownImpl {
// Required methods
fn CreateGroup(&self, guidgroupid: &GUID) -> Result<IBackgroundCopyGroup>;
fn GetGroup(&self, groupid: &GUID) -> Result<IBackgroundCopyGroup>;
fn EnumGroups(&self, dwflags: u32) -> Result<IEnumBackgroundCopyGroups>;
}
Required Methods§
fn CreateGroup(&self, guidgroupid: &GUID) -> Result<IBackgroundCopyGroup>
fn GetGroup(&self, groupid: &GUID) -> Result<IBackgroundCopyGroup>
fn EnumGroups(&self, dwflags: u32) -> Result<IEnumBackgroundCopyGroups>
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.