Struct 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: IInputPanelWindowHandle_Impl, const OFFSET: isize>() -> Self
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