#[repr(C)]pub struct IUIAutomationTextRange2Vtbl {
pub parent: IUIAutomationTextRangeVtbl,
pub ShowContextMenu: unsafe extern "system" fn(This: *mut IUIAutomationTextRange2) -> HRESULT,
}
Fields§
§parent: IUIAutomationTextRangeVtbl
§ShowContextMenu: unsafe extern "system" fn(This: *mut IUIAutomationTextRange2) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUIAutomationTextRange2Vtbl
impl RefUnwindSafe for IUIAutomationTextRange2Vtbl
impl Send for IUIAutomationTextRange2Vtbl
impl Sync for IUIAutomationTextRange2Vtbl
impl Unpin for IUIAutomationTextRange2Vtbl
impl UnwindSafe for IUIAutomationTextRange2Vtbl
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