#[repr(C)]pub struct ITextChildProvider {
pub lpVtbl: *const ITextChildProviderVtbl,
}
Fields§
§lpVtbl: *const ITextChildProviderVtbl
Implementations§
Source§impl ITextChildProvider
impl ITextChildProvider
pub unsafe fn get_TextContainer( &self, pRetVal: *mut *mut IRawElementProviderSimple, ) -> HRESULT
pub unsafe fn get_TextRange( &self, pRetVal: *mut *mut ITextRangeProvider, ) -> HRESULT
Trait Implementations§
Source§impl Deref for ITextChildProvider
impl Deref for ITextChildProvider
Auto Trait Implementations§
impl Freeze for ITextChildProvider
impl RefUnwindSafe for ITextChildProvider
impl !Send for ITextChildProvider
impl !Sync for ITextChildProvider
impl Unpin for ITextChildProvider
impl UnwindSafe for ITextChildProvider
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