#[repr(C)]pub struct IRawElementProviderHostingAccessibles {
pub lpVtbl: *const IRawElementProviderHostingAccessiblesVtbl,
}
Fields§
§lpVtbl: *const IRawElementProviderHostingAccessiblesVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IRawElementProviderHostingAccessibles
impl RefUnwindSafe for IRawElementProviderHostingAccessibles
impl !Send for IRawElementProviderHostingAccessibles
impl !Sync for IRawElementProviderHostingAccessibles
impl Unpin for IRawElementProviderHostingAccessibles
impl UnwindSafe for IRawElementProviderHostingAccessibles
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