Trait IRTCPresenceDataEvent_Impl
pub trait IRTCPresenceDataEvent_Impl: IDispatch_Impl {
// Required methods
fn StatusCode(&self) -> Result<i32>;
fn StatusText(&self) -> Result<BSTR>;
fn GetPresenceData(
&self,
pbstrnamespace: *mut BSTR,
pbstrdata: *mut BSTR,
) -> Result<()>;
}
Required Methods§
fn StatusCode(&self) -> Result<i32>
fn StatusText(&self) -> Result<BSTR>
fn GetPresenceData( &self, pbstrnamespace: *mut BSTR, pbstrdata: *mut BSTR, ) -> 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.