Trait IESIsdbCasResponseEvent_Impl
pub trait IESIsdbCasResponseEvent_Impl: IESEvent_Impl {
// Required methods
fn GetRequestId(&self) -> Result<u32>;
fn GetStatus(&self) -> Result<u32>;
fn GetDataLength(&self) -> Result<u32>;
fn GetResponseData(&self) -> Result<*mut SAFEARRAY>;
}
Required Methods§
fn GetRequestId(&self) -> Result<u32>
fn GetStatus(&self) -> Result<u32>
fn GetDataLength(&self) -> Result<u32>
fn GetResponseData(&self) -> Result<*mut SAFEARRAY>
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.