Struct windows::Win32::UI::Accessibility::ITextProvider_Vtbl
#[repr(C)]pub struct ITextProvider_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub GetVisibleRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub RangeFromChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RangeFromPoint: unsafe extern "system" fn(_: *mut c_void, _: UiaPoint, _: *mut *mut c_void) -> HRESULT,
pub DocumentRange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SupportedTextSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut SupportedTextSelection) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§GetVisibleRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§RangeFromChild: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RangeFromPoint: unsafe extern "system" fn(_: *mut c_void, _: UiaPoint, _: *mut *mut c_void) -> HRESULT
§DocumentRange: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SupportedTextSelection: unsafe extern "system" fn(_: *mut c_void, _: *mut SupportedTextSelection) -> HRESULT
Implementations§
§impl ITextProvider_Vtbl
impl ITextProvider_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ITextProvider_Vtblwhere
Identity: ITextProvider_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITextProvider_Vtbl
impl RefUnwindSafe for ITextProvider_Vtbl
impl Send for ITextProvider_Vtbl
impl Sync for ITextProvider_Vtbl
impl Unpin for ITextProvider_Vtbl
impl UnwindSafe for ITextProvider_Vtbl
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