Struct alsa_sys::snd_dlsym_link [] [src]

#[repr(C)]
pub struct snd_dlsym_link { pub next: *mut snd_dlsym_link, pub dlsym_name: *const c_char, pub dlsym_ptr: *const c_void, }

Fields