pub struct PlayMut<'g> { /* private fields */ }Implementations§
Source§impl<'g> PlayMut<'g>
impl<'g> PlayMut<'g>
pub fn options(&self) -> OptionsRef<'_>
pub fn options_mut(&mut self) -> OptionsMut<'_>
pub fn into_options_mut(self) -> OptionsMut<'g>
Trait Implementations§
Auto Trait Implementations§
impl<'g> !UnwindSafe for PlayMut<'g>
impl<'g> Freeze for PlayMut<'g>
impl<'g> RefUnwindSafe for PlayMut<'g>
impl<'g> Send for PlayMut<'g>
impl<'g> Sync for PlayMut<'g>
impl<'g> Unpin for PlayMut<'g>
impl<'g> UnsafeUnpin for PlayMut<'g>
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