#[repr(C)]
pub struct ITextInputPanel_Vtbl {
Show 26 fields pub base__: IUnknown_Vtbl, pub AttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT, pub SetAttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT, pub CurrentInteractionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionMode) -> HRESULT, pub DefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT, pub SetDefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: InPlaceState) -> HRESULT, pub CurrentInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT, pub DefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT, pub SetDefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: PanelInputArea) -> HRESULT, pub CurrentInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT, pub CurrentCorrectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CorrectionMode) -> HRESULT, pub PreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceDirection) -> HRESULT, pub SetPreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: InPlaceDirection) -> HRESULT, pub ExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub InPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT, pub SetInPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub InPlaceBoundingRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT, pub PopUpCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub PopDownCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub CommitPendingInput: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub SetInPlaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT, pub SetInPlacePosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: CorrectionPosition) -> HRESULT, pub SetInPlaceHoverTargetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT, pub Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT, pub Unadvise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§AttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut HWND) -> HRESULT§SetAttachedEditWindow: unsafe extern "system" fn(_: *mut c_void, _: HWND) -> HRESULT§CurrentInteractionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut InteractionMode) -> HRESULT§DefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT§SetDefaultInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: InPlaceState) -> HRESULT§CurrentInPlaceState: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceState) -> HRESULT§DefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT§SetDefaultInputArea: unsafe extern "system" fn(_: *mut c_void, _: PanelInputArea) -> HRESULT§CurrentInputArea: unsafe extern "system" fn(_: *mut c_void, _: *mut PanelInputArea) -> HRESULT§CurrentCorrectionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut CorrectionMode) -> HRESULT§PreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: *mut InPlaceDirection) -> HRESULT§SetPreferredInPlaceDirection: unsafe extern "system" fn(_: *mut c_void, _: InPlaceDirection) -> HRESULT§ExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetExpandPostInsertionCorrection: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§InPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT§SetInPlaceVisibleOnFocus: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§InPlaceBoundingRectangle: unsafe extern "system" fn(_: *mut c_void, _: *mut RECT) -> HRESULT§PopUpCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§PopDownCorrectionHeight: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§CommitPendingInput: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetInPlaceVisibility: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT§SetInPlacePosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32, _: CorrectionPosition) -> HRESULT§SetInPlaceHoverTargetPosition: unsafe extern "system" fn(_: *mut c_void, _: i32, _: i32) -> HRESULT§Advise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§Unadvise: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl ITextInputPanel_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: ITextInputPanel_Impl, const OFFSET: isize>( ) -> ITextInputPanel_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.