Struct windows::Win32::UI::TabletPC::IInputPanelWindowHandle_Vtbl
#[repr(C)]pub struct IInputPanelWindowHandle_Vtbl {
pub base__: IUnknown_Vtbl,
pub AttachedEditWindow32: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetAttachedEditWindow32: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub AttachedEditWindow64: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT,
pub SetAttachedEditWindow64: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§AttachedEditWindow32: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetAttachedEditWindow32: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§AttachedEditWindow64: unsafe extern "system" fn(_: *mut c_void, _: *mut i64) -> HRESULT
§SetAttachedEditWindow64: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Implementations§
§impl IInputPanelWindowHandle_Vtbl
impl IInputPanelWindowHandle_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IInputPanelWindowHandle_Vtblwhere
Identity: IInputPanelWindowHandle_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IInputPanelWindowHandle_Vtbl
impl RefUnwindSafe for IInputPanelWindowHandle_Vtbl
impl Send for IInputPanelWindowHandle_Vtbl
impl Sync for IInputPanelWindowHandle_Vtbl
impl Unpin for IInputPanelWindowHandle_Vtbl
impl UnwindSafe for IInputPanelWindowHandle_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