pub struct IRawElementProviderFragment(/* private fields */);
Implementations§
Source§impl IRawElementProviderFragment
impl IRawElementProviderFragment
pub unsafe fn GetRuntimeId(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn get_BoundingRectangle(&self) -> Result<UiaRect>
pub unsafe fn GetEmbeddedFragmentRoots(&self) -> Result<*mut SAFEARRAY>
pub unsafe fn SetFocus(&self) -> Result<()>
pub unsafe fn get_FragmentRoot(&self) -> Result<IRawElementProviderFragmentRoot>
Trait Implementations§
Source§impl Clone for IRawElementProviderFragment
impl Clone for IRawElementProviderFragment
Source§fn clone(&self) -> IRawElementProviderFragment
fn clone(&self) -> IRawElementProviderFragment
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 IRawElementProviderFragment
impl Debug for IRawElementProviderFragment
Source§impl From<&IRawElementProviderFragment> for IUnknown
impl From<&IRawElementProviderFragment> for IUnknown
Source§fn from(value: &IRawElementProviderFragment) -> Self
fn from(value: &IRawElementProviderFragment) -> Self
Converts to this type from the input type.
Source§impl From<IRawElementProviderFragment> for IUnknown
impl From<IRawElementProviderFragment> for IUnknown
Source§fn from(value: IRawElementProviderFragment) -> Self
fn from(value: IRawElementProviderFragment) -> Self
Converts to this type from the input type.
Source§impl Interface for IRawElementProviderFragment
impl Interface for IRawElementProviderFragment
impl Eq for IRawElementProviderFragment
impl StructuralPartialEq for IRawElementProviderFragment
Auto Trait Implementations§
impl Freeze for IRawElementProviderFragment
impl RefUnwindSafe for IRawElementProviderFragment
impl !Send for IRawElementProviderFragment
impl !Sync for IRawElementProviderFragment
impl Unpin for IRawElementProviderFragment
impl UnwindSafe for IRawElementProviderFragment
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