Struct simplemad_sys::MadPcm [] [src]

#[repr(C)]
pub struct MadPcm { pub sample_rate: c_uint, pub channels: uint16_t, pub length: uint16_t, pub samples: [[i32; 1152]; 2], }

Fields

Trait Implementations

impl Clone for MadPcm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MadPcm
[src]

impl Default for MadPcm
[src]

Returns the "default value" for a type. Read more

impl Debug for MadPcm
[src]

Formats the value using the given formatter.