Struct ICoreTextTextUpdatingEventArgs_Vtbl
#[repr(C)]pub struct ICoreTextTextUpdatingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Range: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextRange) -> HRESULT,
pub Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub NewSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextRange) -> HRESULT,
pub InputLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Result: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextTextUpdatingResult) -> HRESULT,
pub SetResult: unsafe extern "system" fn(_: *mut c_void, _: CoreTextTextUpdatingResult) -> HRESULT,
pub IsCanceled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Range: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextRange) -> HRESULT
§Text: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§NewSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextRange) -> HRESULT
§InputLanguage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Result: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextTextUpdatingResult) -> HRESULT
§SetResult: unsafe extern "system" fn(_: *mut c_void, _: CoreTextTextUpdatingResult) -> HRESULT
§IsCanceled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICoreTextTextUpdatingEventArgs_Vtbl
impl RefUnwindSafe for ICoreTextTextUpdatingEventArgs_Vtbl
impl Send for ICoreTextTextUpdatingEventArgs_Vtbl
impl Sync for ICoreTextTextUpdatingEventArgs_Vtbl
impl Unpin for ICoreTextTextUpdatingEventArgs_Vtbl
impl UnwindSafe for ICoreTextTextUpdatingEventArgs_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