Trait IPreviewHandlerFrame_Impl
pub trait IPreviewHandlerFrame_Impl: IUnknownImpl {
// Required methods
fn GetWindowContext(&self) -> Result<PREVIEWHANDLERFRAMEINFO>;
fn TranslateAccelerator(&self, pmsg: *const MSG) -> Result<()>;
}
Required Methods§
fn GetWindowContext(&self) -> Result<PREVIEWHANDLERFRAMEINFO>
fn TranslateAccelerator(&self, pmsg: *const MSG) -> 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.