Struct IScreenReaderPositionChangedEventArgs_Vtbl
#[repr(C)]pub struct IScreenReaderPositionChangedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub ScreenPositionInRawPixels: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub IsReadingText: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ScreenPositionInRawPixels: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT§IsReadingText: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IScreenReaderPositionChangedEventArgs_Vtbl
impl RefUnwindSafe for IScreenReaderPositionChangedEventArgs_Vtbl
impl Send for IScreenReaderPositionChangedEventArgs_Vtbl
impl Sync for IScreenReaderPositionChangedEventArgs_Vtbl
impl Unpin for IScreenReaderPositionChangedEventArgs_Vtbl
impl UnwindSafe for IScreenReaderPositionChangedEventArgs_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