Skip to main content

snd_mixer_compare_t

Type Alias snd_mixer_compare_t 

Source
pub type snd_mixer_compare_t = Option<unsafe extern "C" fn(e1: *const snd_mixer_elem_t, e2: *const snd_mixer_elem_t) -> c_int>;

Aliased Type§

pub enum snd_mixer_compare_t {
    None,
    Some(unsafe extern "C" fn(*const _snd_mixer_elem, *const _snd_mixer_elem) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _snd_mixer_elem, *const _snd_mixer_elem) -> i32)

Some value of type T.