Panda__AttackPointPri_Closure

Type Alias Panda__AttackPointPri_Closure 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.