Struct libwave::chunks::WAVE [] [src]

pub struct WAVE<'a> {
    pub master: MasterChunk<'a>,
    pub fmt: FmtChunk<'a>,
    pub data: DataChunk<'a>,
}

Fields

Trait Implementations

impl<'a> Debug for WAVE<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for WAVE<'a>

impl<'a> Sync for WAVE<'a>