pub struct SoundPlayer {}Expand description
A dummy sound player which does nothing
Implementations§
Source§impl SoundPlayer
impl SoundPlayer
Auto Trait Implementations§
impl Freeze for SoundPlayer
impl RefUnwindSafe for SoundPlayer
impl Send for SoundPlayer
impl Sync for SoundPlayer
impl Unpin for SoundPlayer
impl UnwindSafe for SoundPlayer
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