Trait IRemoteDebugInfoEvent110_Impl
pub trait IRemoteDebugInfoEvent110_Impl: IUnknownImpl {
// Required method
fn GetEventInfo(
&self,
pmessagetype: *mut DEBUG_EVENT_INFO_TYPE,
pbstrmessage: *mut BSTR,
pbstrurl: *mut BSTR,
pplocation: OutRef<'_, IDebugDocumentContext>,
) -> Result<()>;
}
Required Methods§
fn GetEventInfo( &self, pmessagetype: *mut DEBUG_EVENT_INFO_TYPE, pbstrmessage: *mut BSTR, pbstrurl: *mut BSTR, pplocation: OutRef<'_, IDebugDocumentContext>, ) -> 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.