#[repr(C)]pub struct ITextProvider {
pub lpVtbl: *const ITextProviderVtbl,
}
Fields§
§lpVtbl: *const ITextProviderVtbl
Implementations§
Source§impl ITextProvider
impl 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 ITextProvider
impl Deref for ITextProvider
Auto Trait Implementations§
impl Freeze for ITextProvider
impl RefUnwindSafe for ITextProvider
impl !Send for ITextProvider
impl !Sync for ITextProvider
impl Unpin for ITextProvider
impl UnwindSafe for ITextProvider
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