Trait IOleInPlaceObjectWindowless_Impl
pub trait IOleInPlaceObjectWindowless_Impl: IOleInPlaceObject_Impl {
// Required methods
fn OnWindowMessage(
&self,
msg: u32,
wparam: WPARAM,
lparam: LPARAM,
) -> Result<LRESULT>;
fn GetDropTarget(&self) -> Result<IDropTarget>;
}
Required Methods§
fn OnWindowMessage( &self, msg: u32, wparam: WPARAM, lparam: LPARAM, ) -> Result<LRESULT>
fn GetDropTarget(&self) -> Result<IDropTarget>
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.