Type Alias snd_pcm_scope_ops_t
Source pub type snd_pcm_scope_ops_t = _snd_pcm_scope_ops;
#[repr(C)]
pub struct snd_pcm_scope_ops_t {
pub enable: Option<unsafe extern "C" fn(*mut _snd_pcm_scope) -> i32>,
pub disable: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
pub start: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
pub stop: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
pub update: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
pub reset: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
pub close: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>,
}