Trait IStdMarshalInfo_Impl
pub trait IStdMarshalInfo_Impl: IUnknownImpl {
// Required method
fn GetClassForHandler(
&self,
dwdestcontext: u32,
pvdestcontext: *const c_void,
) -> Result<GUID>;
}
Required Methods§
fn GetClassForHandler( &self, dwdestcontext: u32, pvdestcontext: *const c_void, ) -> Result<GUID>
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.