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