pub struct FrameDiff { /* private fields */ }Expand description
Boolean gate: did the region’s pixels change since the last evaluation? Hashes the region’s bytes; the first evaluation always reports changed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FrameDiff
impl RefUnwindSafe for FrameDiff
impl Send for FrameDiff
impl Sync for FrameDiff
impl Unpin for FrameDiff
impl UnsafeUnpin for FrameDiff
impl UnwindSafe for FrameDiff
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