Skip to main content

snd_pcm_scope_ops_t

Type Alias snd_pcm_scope_ops_t 

Source
pub type snd_pcm_scope_ops_t = _snd_pcm_scope_ops;

Aliased Type§

#[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)>, }

Fields§

§enable: Option<unsafe extern "C" fn(*mut _snd_pcm_scope) -> i32>§disable: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>§start: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>§stop: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>§update: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>§reset: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>§close: Option<unsafe extern "C" fn(*mut _snd_pcm_scope)>