Struct ao_sys::ao_sample_format [] [src]

#[repr(C)]
pub struct ao_sample_format { pub bits: c_int, pub rate: c_int, pub channels: c_int, pub byte_format: c_int, pub matrix: *mut c_char, }

Fields

Trait Implementations

impl Clone for ao_sample_format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ao_sample_format
[src]