pub enum ResetData {
Everything,
Nothing,
}Variants§
Everything
Delete the entire temp_directory which contains a few building blocks: “ffmpeg” - used for storing extracted frames “interpolation” - used for storing interpolated frames “scene_data.txt” - holds scene timestamps
Nothing
Nothing will be deleted… meaning we try to continue from where we left off
Trait Implementations§
impl Copy for ResetData
Auto Trait Implementations§
impl RefUnwindSafe for ResetData
impl Send for ResetData
impl Sync for ResetData
impl Unpin for ResetData
impl UnwindSafe for ResetData
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