Struct alsa_sys::snd_pcm_channel_area_t [] [src]

#[repr(C)]
pub struct snd_pcm_channel_area_t { pub addr: *mut c_void, pub first: c_uint, pub step: c_uint, }

Fields

Trait Implementations

Auto Trait Implementations