Trait IVssAsync_Impl
pub trait IVssAsync_Impl: IUnknownImpl {
// Required methods
fn Cancel(&self) -> Result<()>;
fn Wait(&self, dwmilliseconds: u32) -> Result<()>;
fn QueryStatus(
&self,
phrresult: *mut HRESULT,
preserved: *mut i32,
) -> Result<()>;
}
Required Methods§
fn Cancel(&self) -> Result<()>
fn Wait(&self, dwmilliseconds: u32) -> Result<()>
fn QueryStatus( &self, phrresult: *mut HRESULT, preserved: *mut i32, ) -> Result<()>
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.