Struct IFrameworkInputPaneHandler_Vtbl
#[repr(C)]pub struct IFrameworkInputPaneHandler_Vtbl {
pub base__: IUnknown_Vtbl,
pub Showing: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: BOOL) -> HRESULT,
pub Hiding: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Showing: unsafe extern "system" fn(_: *mut c_void, _: *const RECT, _: BOOL) -> HRESULT
§Hiding: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IFrameworkInputPaneHandler_Vtbl
impl IFrameworkInputPaneHandler_Vtbl
pub const fn new<Identity: IFrameworkInputPaneHandler_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFrameworkInputPaneHandler_Vtbl
impl RefUnwindSafe for IFrameworkInputPaneHandler_Vtbl
impl Send for IFrameworkInputPaneHandler_Vtbl
impl Sync for IFrameworkInputPaneHandler_Vtbl
impl Unpin for IFrameworkInputPaneHandler_Vtbl
impl UnwindSafe for IFrameworkInputPaneHandler_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more