pub struct IRawElementProviderWindowlessSite(/* private fields */);Implementations§
Source§impl IRawElementProviderWindowlessSite
impl IRawElementProviderWindowlessSite
pub unsafe fn GetAdjacentFragment( &self, direction: NavigateDirection, ) -> Result<IRawElementProviderFragment, Error>
pub unsafe fn GetRuntimeIdPrefix(&self) -> Result<*mut SAFEARRAY, Error>
Trait Implementations§
Source§impl Clone for IRawElementProviderWindowlessSite
impl Clone for IRawElementProviderWindowlessSite
Source§fn clone(&self) -> IRawElementProviderWindowlessSite
fn clone(&self) -> IRawElementProviderWindowlessSite
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 Interface for IRawElementProviderWindowlessSite
impl Interface for IRawElementProviderWindowlessSite
Source§impl PartialEq for IRawElementProviderWindowlessSite
impl PartialEq for IRawElementProviderWindowlessSite
Source§fn eq(&self, other: &IRawElementProviderWindowlessSite) -> bool
fn eq(&self, other: &IRawElementProviderWindowlessSite) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IRawElementProviderWindowlessSite
impl StructuralPartialEq for IRawElementProviderWindowlessSite
Auto Trait Implementations§
impl Freeze for IRawElementProviderWindowlessSite
impl RefUnwindSafe for IRawElementProviderWindowlessSite
impl !Send for IRawElementProviderWindowlessSite
impl !Sync for IRawElementProviderWindowlessSite
impl Unpin for IRawElementProviderWindowlessSite
impl UnwindSafe for IRawElementProviderWindowlessSite
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