Struct nx::audio::Audio [] [src]

pub struct Audio<'a> { /* fields omitted */ }

Some audio, possibly a sound effect or music

Methods

impl<'a> Audio<'a>
[src]

Creates an Audio from the supplied data

Returns the audio data, not including the wz audio header

Trait Implementations

impl<'a> Clone for Audio<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Audio<'a>
[src]