Struct rich_sdl2_rust::audio::wav::Wav
source · pub struct Wav { /* private fields */ }
Expand description
A wav format buffer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Wav
impl !Send for Wav
impl !Sync for Wav
impl Unpin for Wav
impl UnwindSafe for Wav
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