pub struct RecordingStore { /* private fields */ }Expand description
Owns the single recording file and its state.
The output stem is deliberately fixed. This makes recording start/stop idempotent and prevents a dev session from accumulating timestamped files. Windows native capture uses the fixed MP4 path; browser fallback follows the browser’s native MIME type.
Auto Trait Implementations§
impl !Freeze for RecordingStore
impl !RefUnwindSafe for RecordingStore
impl !UnwindSafe for RecordingStore
impl Send for RecordingStore
impl Sync for RecordingStore
impl Unpin for RecordingStore
impl UnsafeUnpin for RecordingStore
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