snd_hctl_compare_t

Type Alias snd_hctl_compare_t 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.