#[repr(C)]pub struct ITextEditProvider {
pub lpVtbl: *const ITextEditProviderVtbl,
}
Fields§
§lpVtbl: *const ITextEditProviderVtbl
Implementations§
Source§impl ITextEditProvider
impl ITextEditProvider
pub unsafe fn GetActiveComposition( &self, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
pub unsafe fn GetConversionTarget( &self, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
Methods from Deref<Target = ITextProvider>§
pub unsafe fn GetSelection(&self, pRetVal: *mut *mut SAFEARRAY) -> HRESULT
pub unsafe fn GetVisibleRanges(&self, pRetVal: *mut *mut SAFEARRAY) -> HRESULT
pub unsafe fn RangeFromChild( &self, childElement: *mut IRawElementProviderSimple, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
pub unsafe fn RangeFromPoint( &self, point: UiaPoint, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
pub unsafe fn get_DocumentRange( &self, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
pub unsafe fn get_SupportedTextSelection( &self, pRetVal: *mut SupportedTextSelection, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ITextEditProvider
impl Deref for ITextEditProvider
Source§type Target = ITextProvider
type Target = ITextProvider
The resulting type after dereferencing.
Source§fn deref(&self) -> &ITextProvider
fn deref(&self) -> &ITextProvider
Dereferences the value.
Auto Trait Implementations§
impl Freeze for ITextEditProvider
impl RefUnwindSafe for ITextEditProvider
impl !Send for ITextEditProvider
impl !Sync for ITextEditProvider
impl Unpin for ITextEditProvider
impl UnwindSafe for ITextEditProvider
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