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