pub struct VideoSettingsWrapper(pub Mutex<VideoSettings>);Expand description
Video settings state wrapper for Tauri
@req: DR-048 - Video settings (auto-play toggle, countdown duration)
Tuple Fields§
§0: Mutex<VideoSettings>Auto Trait Implementations§
impl !Freeze for VideoSettingsWrapper
impl RefUnwindSafe for VideoSettingsWrapper
impl Send for VideoSettingsWrapper
impl Sync for VideoSettingsWrapper
impl Unpin for VideoSettingsWrapper
impl UnsafeUnpin for VideoSettingsWrapper
impl UnwindSafe for VideoSettingsWrapper
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