pub struct Sound(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsMut<AudioStream> for Sound
impl AsMut<AudioStream> for Sound
Source§fn as_mut(&mut self) -> &mut AudioStream
fn as_mut(&mut self) -> &mut AudioStream
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<AudioStream> for Sound
impl AsRef<AudioStream> for Sound
Source§fn as_ref(&self) -> &AudioStream
fn as_ref(&self) -> &AudioStream
Converts this type into a shared reference of the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for Sound
impl RefUnwindSafe for Sound
impl !Send for Sound
impl !Sync for Sound
impl Unpin for Sound
impl UnwindSafe for Sound
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