pub struct SoundAssets;Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoundAssets
impl RefUnwindSafe for SoundAssets
impl Send for SoundAssets
impl Sync for SoundAssets
impl Unpin for SoundAssets
impl UnwindSafe for SoundAssets
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