pub struct RecapResult {
pub session_dir: PathBuf,
pub recap_path: PathBuf,
pub frame_count: usize,
pub video_path: Option<PathBuf>,
}Fields§
§session_dir: PathBuf§recap_path: PathBuf§frame_count: usize§video_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for RecapResult
impl RefUnwindSafe for RecapResult
impl Send for RecapResult
impl Sync for RecapResult
impl Unpin for RecapResult
impl UnsafeUnpin for RecapResult
impl UnwindSafe for RecapResult
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