pub struct MediaSessionManagerWrapper(pub Mutex<MediaSessionManager>);Expand description
Media session manager wrapper for Tauri state management
@req: DR-009 - Audio player UI (mini player, full screen)
Tuple Fields§
§0: Mutex<MediaSessionManager>Auto Trait Implementations§
impl !Freeze for MediaSessionManagerWrapper
impl RefUnwindSafe for MediaSessionManagerWrapper
impl Send for MediaSessionManagerWrapper
impl Sync for MediaSessionManagerWrapper
impl Unpin for MediaSessionManagerWrapper
impl UnsafeUnpin for MediaSessionManagerWrapper
impl UnwindSafe for MediaSessionManagerWrapper
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