pub struct SoundCard(/* private fields */);Expand description
A device that allows a computer or robot to play sounds.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundCard
impl !RefUnwindSafe for SoundCard
impl !Send for SoundCard
impl !Sync for SoundCard
impl Unpin for SoundCard
impl !UnwindSafe for SoundCard
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