pub struct ObserveResult {
pub session_dir: PathBuf,
pub step: u32,
pub coordinate_mode: CoordinateMode,
pub image_size_limit: ImageSizeLimit,
pub screens: Vec<CapturedScreen>,
}Fields§
§session_dir: PathBuf§step: u32§coordinate_mode: CoordinateMode§image_size_limit: ImageSizeLimit§screens: Vec<CapturedScreen>Trait Implementations§
Source§impl Clone for ObserveResult
impl Clone for ObserveResult
Source§fn clone(&self) -> ObserveResult
fn clone(&self) -> ObserveResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ObserveResult
impl RefUnwindSafe for ObserveResult
impl Send for ObserveResult
impl Sync for ObserveResult
impl Unpin for ObserveResult
impl UnsafeUnpin for ObserveResult
impl UnwindSafe for ObserveResult
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