#[repr(C)]pub struct IAccessibleHostingElementProviders {
pub lpVtbl: *const IAccessibleHostingElementProvidersVtbl,
}
Fields§
§lpVtbl: *const IAccessibleHostingElementProvidersVtbl
Implementations§
Source§impl IAccessibleHostingElementProviders
impl IAccessibleHostingElementProviders
pub unsafe fn GetEmbeddedFragmentRoots( &self, pRetVal: *mut *mut SAFEARRAY, ) -> HRESULT
pub unsafe fn GetObjectIdForProvider( &self, pProvider: *mut IRawElementProviderSimple, pidObject: *mut c_long, ) -> HRESULT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IAccessibleHostingElementProviders
impl RefUnwindSafe for IAccessibleHostingElementProviders
impl !Send for IAccessibleHostingElementProviders
impl !Sync for IAccessibleHostingElementProviders
impl Unpin for IAccessibleHostingElementProviders
impl UnwindSafe for IAccessibleHostingElementProviders
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