pub struct IUIAutomationTextEditPattern(/* private fields */);
Implementations§
Source§impl IUIAutomationTextEditPattern
impl IUIAutomationTextEditPattern
pub unsafe fn RangeFromPoint<'a>( &self, pt: impl IntoParam<'a, POINT>, ) -> Result<IUIAutomationTextRange>
pub unsafe fn RangeFromChild<'a>( &self, child: impl IntoParam<'a, IUIAutomationElement>, ) -> Result<IUIAutomationTextRange>
pub unsafe fn GetSelection(&self) -> Result<IUIAutomationTextRangeArray>
pub unsafe fn GetVisibleRanges(&self) -> Result<IUIAutomationTextRangeArray>
pub unsafe fn get_DocumentRange(&self) -> Result<IUIAutomationTextRange>
pub unsafe fn get_SupportedTextSelection( &self, ) -> Result<SupportedTextSelection>
pub unsafe fn GetActiveComposition(&self) -> Result<IUIAutomationTextRange>
pub unsafe fn GetConversionTarget(&self) -> Result<IUIAutomationTextRange>
Trait Implementations§
Source§impl Clone for IUIAutomationTextEditPattern
impl Clone for IUIAutomationTextEditPattern
Source§fn clone(&self) -> IUIAutomationTextEditPattern
fn clone(&self) -> IUIAutomationTextEditPattern
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IUIAutomationTextEditPattern
impl Debug for IUIAutomationTextEditPattern
Source§impl From<&IUIAutomationTextEditPattern> for IUIAutomationTextPattern
impl From<&IUIAutomationTextEditPattern> for IUIAutomationTextPattern
Source§fn from(value: &IUIAutomationTextEditPattern) -> Self
fn from(value: &IUIAutomationTextEditPattern) -> Self
Converts to this type from the input type.
Source§impl From<&IUIAutomationTextEditPattern> for IUnknown
impl From<&IUIAutomationTextEditPattern> for IUnknown
Source§fn from(value: &IUIAutomationTextEditPattern) -> Self
fn from(value: &IUIAutomationTextEditPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationTextEditPattern> for IUIAutomationTextPattern
impl From<IUIAutomationTextEditPattern> for IUIAutomationTextPattern
Source§fn from(value: IUIAutomationTextEditPattern) -> Self
fn from(value: IUIAutomationTextEditPattern) -> Self
Converts to this type from the input type.
Source§impl From<IUIAutomationTextEditPattern> for IUnknown
impl From<IUIAutomationTextEditPattern> for IUnknown
Source§fn from(value: IUIAutomationTextEditPattern) -> Self
fn from(value: IUIAutomationTextEditPattern) -> Self
Converts to this type from the input type.
Source§impl Interface for IUIAutomationTextEditPattern
impl Interface for IUIAutomationTextEditPattern
Source§impl PartialEq for IUIAutomationTextEditPattern
impl PartialEq for IUIAutomationTextEditPattern
Source§fn eq(&self, other: &IUIAutomationTextEditPattern) -> bool
fn eq(&self, other: &IUIAutomationTextEditPattern) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for IUIAutomationTextEditPattern
impl StructuralPartialEq for IUIAutomationTextEditPattern
Auto Trait Implementations§
impl Freeze for IUIAutomationTextEditPattern
impl RefUnwindSafe for IUIAutomationTextEditPattern
impl !Send for IUIAutomationTextEditPattern
impl !Sync for IUIAutomationTextEditPattern
impl Unpin for IUIAutomationTextEditPattern
impl UnwindSafe for IUIAutomationTextEditPattern
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