Trait IRTCPresenceStatusEvent_Impl
pub trait IRTCPresenceStatusEvent_Impl: IDispatch_Impl {
// Required methods
fn StatusCode(&self) -> Result<i32>;
fn StatusText(&self) -> Result<BSTR>;
fn GetLocalPresenceInfo(
&self,
penstatus: *mut RTC_PRESENCE_STATUS,
pbstrnotes: *mut BSTR,
) -> Result<()>;
}
Required Methods§
fn StatusCode(&self) -> Result<i32>
fn StatusText(&self) -> Result<BSTR>
fn GetLocalPresenceInfo( &self, penstatus: *mut RTC_PRESENCE_STATUS, pbstrnotes: *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.