Panda__SignalEvent_Closure

Type Alias Panda__SignalEvent_Closure 

Source
pub type Panda__SignalEvent_Closure = Option<unsafe extern "C" fn(*const _Panda__SignalEvent, *mut c_void)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.