pub struct WindowsPlatform;Implementations§
Source§impl WindowsPlatform
impl WindowsPlatform
pub fn new() -> Self
pub fn attempt_ui_automation(&self) -> PlatformAttemptResult
pub fn attempt_iaccessible(&self) -> PlatformAttemptResult
pub fn attempt_clipboard(&self) -> PlatformAttemptResult
Trait Implementations§
Source§impl CapturePlatform for WindowsPlatform
impl CapturePlatform for WindowsPlatform
fn active_app(&self) -> Option<ActiveApp>
fn focused_window_frame(&self) -> Option<CGRect>
fn attempt( &self, method: CaptureMethod, _app: Option<&ActiveApp>, ) -> PlatformAttemptResult
fn cleanup(&self) -> CleanupStatus
Source§impl Debug for WindowsPlatform
impl Debug for WindowsPlatform
Source§impl Default for WindowsPlatform
impl Default for WindowsPlatform
Source§fn default() -> WindowsPlatform
fn default() -> WindowsPlatform
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WindowsPlatform
impl RefUnwindSafe for WindowsPlatform
impl Send for WindowsPlatform
impl Sync for WindowsPlatform
impl Unpin for WindowsPlatform
impl UnsafeUnpin for WindowsPlatform
impl UnwindSafe for WindowsPlatform
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