Trait IDeferredCommand_Impl
pub trait IDeferredCommand_Impl: IUnknownImpl {
// Required methods
fn Cancel(&self) -> Result<()>;
fn Confidence(&self) -> Result<i32>;
fn Postpone(&self, newtime: f64) -> Result<()>;
fn GetHResult(&self) -> Result<HRESULT>;
}
Required Methods§
fn Cancel(&self) -> Result<()>
fn Confidence(&self) -> Result<i32>
fn Postpone(&self, newtime: f64) -> Result<()>
fn GetHResult(&self) -> Result<HRESULT>
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.