pub struct ScreenshotSelectorResult {
pub node_id: String,
pub matched_count: usize,
pub padding: i32,
pub frame: AxFrame,
pub capture_region: AxFrame,
}Fields§
§node_id: String§matched_count: usize§padding: i32§frame: AxFrame§capture_region: AxFrameTrait Implementations§
Source§impl Clone for ScreenshotSelectorResult
impl Clone for ScreenshotSelectorResult
Source§fn clone(&self) -> ScreenshotSelectorResult
fn clone(&self) -> ScreenshotSelectorResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ScreenshotSelectorResult
impl Debug for ScreenshotSelectorResult
Auto Trait Implementations§
impl Freeze for ScreenshotSelectorResult
impl RefUnwindSafe for ScreenshotSelectorResult
impl Send for ScreenshotSelectorResult
impl Sync for ScreenshotSelectorResult
impl Unpin for ScreenshotSelectorResult
impl UnsafeUnpin for ScreenshotSelectorResult
impl UnwindSafe for ScreenshotSelectorResult
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