Struct ICoreTextFormatUpdatingEventArgs_Vtbl
#[repr(C)]pub struct ICoreTextFormatUpdatingEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub Range: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextRange) -> HRESULT,
pub TextColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnderlineColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub UnderlineType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextFormatUpdatingReason) -> HRESULT,
pub Result: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextFormatUpdatingResult) -> HRESULT,
pub SetResult: unsafe extern "system" fn(_: *mut c_void, _: CoreTextFormatUpdatingResult) -> 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§TextColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§BackgroundColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnderlineColor: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§UnderlineType: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Reason: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextFormatUpdatingReason) -> HRESULT§Result: unsafe extern "system" fn(_: *mut c_void, _: *mut CoreTextFormatUpdatingResult) -> HRESULT§SetResult: unsafe extern "system" fn(_: *mut c_void, _: CoreTextFormatUpdatingResult) -> HRESULT§IsCanceled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§GetDeferral: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for ICoreTextFormatUpdatingEventArgs_Vtbl
impl RefUnwindSafe for ICoreTextFormatUpdatingEventArgs_Vtbl
impl Send for ICoreTextFormatUpdatingEventArgs_Vtbl
impl Sync for ICoreTextFormatUpdatingEventArgs_Vtbl
impl Unpin for ICoreTextFormatUpdatingEventArgs_Vtbl
impl UnwindSafe for ICoreTextFormatUpdatingEventArgs_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