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