pub struct PngDump { /* private fields */ }Expand description
PNG stills per sampled tick:
<dir>/<watcher>/NNNNNN-{input,baseline,overlay,output}.png.
Encoding and disk I/O happen on a dedicated writer thread behind a bounded channel; frames are dropped (and counted) if the writer lags.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PngDump
impl !UnwindSafe for PngDump
impl Freeze for PngDump
impl Send for PngDump
impl Sync for PngDump
impl Unpin for PngDump
impl UnsafeUnpin for PngDump
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