#[repr(C)]pub struct IDWriteTextAnalysisSource_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetTextAtPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16, _: *mut u32) -> HRESULT,
pub GetTextBeforePosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16, _: *mut u32) -> HRESULT,
pub GetParagraphReadingDirection: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_READING_DIRECTION,
pub GetLocaleName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut *mut u16) -> HRESULT,
pub GetNumberSubstitution: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetTextAtPosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16, _: *mut u32) -> HRESULT
§GetTextBeforePosition: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut u16, _: *mut u32) -> HRESULT
§GetParagraphReadingDirection: unsafe extern "system" fn(_: *mut c_void) -> DWRITE_READING_DIRECTION
§GetLocaleName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut *mut u16) -> HRESULT
§GetNumberSubstitution: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut u32, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IDWriteTextAnalysisSource_Vtbl
impl IDWriteTextAnalysisSource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDWriteTextAnalysisSource_Vtblwhere
Identity: IDWriteTextAnalysisSource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDWriteTextAnalysisSource_Vtbl
impl RefUnwindSafe for IDWriteTextAnalysisSource_Vtbl
impl Send for IDWriteTextAnalysisSource_Vtbl
impl Sync for IDWriteTextAnalysisSource_Vtbl
impl Unpin for IDWriteTextAnalysisSource_Vtbl
impl UnwindSafe for IDWriteTextAnalysisSource_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