Trait ISynchronizeContainer_Impl
pub trait ISynchronizeContainer_Impl: IUnknownImpl {
// Required methods
fn AddSynchronize(&self, psync: Ref<'_, ISynchronize>) -> Result<()>;
fn WaitMultiple(&self, dwflags: u32, dwtimeout: u32) -> Result<ISynchronize>;
}
Required Methods§
fn AddSynchronize(&self, psync: Ref<'_, ISynchronize>) -> Result<()>
fn WaitMultiple(&self, dwflags: u32, dwtimeout: u32) -> Result<ISynchronize>
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.