#[repr(C)]pub struct IRawElementProviderFragment {
pub lpVtbl: *const IRawElementProviderFragmentVtbl,
}
Fields§
§lpVtbl: *const IRawElementProviderFragmentVtbl
Implementations§
Source§impl IRawElementProviderFragment
impl IRawElementProviderFragment
pub unsafe fn GetRuntimeId(&self, pRetVal: *mut *mut SAFEARRAY) -> HRESULT
pub unsafe fn get_BoundingRectangle(&self, pRetVal: *mut UiaRect) -> HRESULT
pub unsafe fn GetEmbeddedFragmentRoots( &self, pRetVal: *mut *mut SAFEARRAY, ) -> HRESULT
pub unsafe fn SetFocus(&self) -> HRESULT
pub unsafe fn get_FragmentRoot( &self, pRetVal: *mut *mut IRawElementProviderFragmentRoot, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IRawElementProviderFragment
impl Deref 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