Struct alsa_sys::snd_pcm_scope_ops_t [] [src]

pub struct snd_pcm_scope_ops_t {
    pub enable: Option<extern fn(arg1: *mut snd_pcm_scope_t) -> c_int>,
    pub disable: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
    pub start: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
    pub stop: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
    pub update: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
    pub reset: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
    pub close: Option<extern fn(arg1: *mut snd_pcm_scope_t)>,
}

Fields