#[repr(C)]pub struct IRawElementProviderFragmentRoot {
pub lpVtbl: *const IRawElementProviderFragmentRootVtbl,
}
Fields§
§lpVtbl: *const IRawElementProviderFragmentRootVtbl
Implementations§
Source§impl IRawElementProviderFragmentRoot
impl IRawElementProviderFragmentRoot
pub unsafe fn ElementProviderFromPoint( &self, x: c_double, y: c_double, pRetVal: *mut *mut IRawElementProviderFragment, ) -> HRESULT
pub unsafe fn GetFocus( &self, pRetVal: *mut *mut IRawElementProviderFragment, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRawElementProviderFragmentRoot
impl RefUnwindSafe for IRawElementProviderFragmentRoot
impl !Send for IRawElementProviderFragmentRoot
impl !Sync for IRawElementProviderFragmentRoot
impl Unpin for IRawElementProviderFragmentRoot
impl UnwindSafe for IRawElementProviderFragmentRoot
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