Type Alias DzlShortcutChordTableForeach

Source
pub type DzlShortcutChordTableForeach = Option<unsafe extern "C" fn(*const DzlShortcutChord, gpointer, gpointer)>;

Aliased Type§

pub enum DzlShortcutChordTableForeach {
    None,
    Some(unsafe extern "C" fn(*const DzlShortcutChord, *mut c_void, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const DzlShortcutChord, *mut c_void, *mut c_void))

Some value of type T.