pub struct Baseline { /* private fields */ }Expand description
A saved crop prepared for comparison: its colour, and the shape mask its alpha channel already carries.
Preparing it is where a crop with nothing visible is refused, so
changed_pct can never divide by zero.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Baseline
impl RefUnwindSafe for Baseline
impl Send for Baseline
impl Sync for Baseline
impl Unpin for Baseline
impl UnsafeUnpin for Baseline
impl UnwindSafe for Baseline
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