PR_CacheIconFunc

Type Alias PR_CacheIconFunc 

Source
pub type PR_CacheIconFunc = Option<unsafe extern "C" fn(iconP: PF_EffectWorldPtr)>;

Aliased Type§

pub enum PR_CacheIconFunc {
    None,
    Some(unsafe extern "C" fn(*mut PF_LayerDef)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut PF_LayerDef))

Some value of type T.