pub struct WAVE<'a> {
pub master: MasterChunk<'a>,
pub fmt: FmtChunk<'a>,
pub data: DataChunk<'a>,
}
Fields§
§master: MasterChunk<'a>
§fmt: FmtChunk<'a>
§data: DataChunk<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WAVE<'a>
impl<'a> RefUnwindSafe for WAVE<'a>
impl<'a> Send for WAVE<'a>
impl<'a> Sync for WAVE<'a>
impl<'a> Unpin for WAVE<'a>
impl<'a> UnwindSafe for WAVE<'a>
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