Struct ITfFnGetPreferredTouchKeyboardLayout_Vtbl
#[repr(C)]pub struct ITfFnGetPreferredTouchKeyboardLayout_Vtbl {
pub base__: ITfFunction_Vtbl,
pub GetLayout: unsafe extern "system" fn(_: *mut c_void, _: *mut TKBLayoutType, _: *const u16) -> HRESULT,
}
Fields§
§base__: ITfFunction_Vtbl
§GetLayout: unsafe extern "system" fn(_: *mut c_void, _: *mut TKBLayoutType, _: *const u16) -> HRESULT
Implementations§
§impl ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl ITfFnGetPreferredTouchKeyboardLayout_Vtbl
pub const fn new<Identity: ITfFnGetPreferredTouchKeyboardLayout_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl RefUnwindSafe for ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl Send for ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl Sync for ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl Unpin for ITfFnGetPreferredTouchKeyboardLayout_Vtbl
impl UnwindSafe for ITfFnGetPreferredTouchKeyboardLayout_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