pub struct ACCESS;Expand description
Accessibility service.
Implementations§
source§impl ACCESS
impl ACCESS
sourcepub fn click(
&self,
window_id: impl Into<WindowId>,
widget_id: impl Into<WidgetId>,
is_primary: bool
)
pub fn click( &self, window_id: impl Into<WindowId>, widget_id: impl Into<WidgetId>, is_primary: bool )
Click the widget in the window.
If is_primary is true a primary click is generated, if it is false a context click is generated.
Auto Trait Implementations§
impl Freeze for ACCESS
impl RefUnwindSafe for ACCESS
impl Send for ACCESS
impl Sync for ACCESS
impl Unpin for ACCESS
impl UnwindSafe for ACCESS
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