pub struct SoundID(/* private fields */);
Expand description
An ID identifying a sound.
Trait Implementations§
impl Copy for SoundID
impl Eq for SoundID
impl StructuralPartialEq for SoundID
Auto Trait Implementations§
impl Freeze for SoundID
impl RefUnwindSafe for SoundID
impl Send for SoundID
impl Sync for SoundID
impl Unpin for SoundID
impl UnwindSafe for SoundID
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