Trait IInputObjectSite_Impl
pub trait IInputObjectSite_Impl: IUnknownImpl {
// Required method
fn OnFocusChangeIS(
&self,
punkobj: Ref<'_, IUnknown>,
fsetfocus: BOOL,
) -> Result<()>;
}
Required Methods§
fn OnFocusChangeIS( &self, punkobj: Ref<'_, IUnknown>, fsetfocus: BOOL, ) -> 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.