Skip to main content

EOS_UI_OnShowNativeProfileCallback

Type Alias EOS_UI_OnShowNativeProfileCallback 

Source
pub type EOS_UI_OnShowNativeProfileCallback = Option<unsafe extern "C" fn(Data: *const EOS_UI_ShowNativeProfileCallbackInfo)>;
Expand description

Function prototype definition for callbacks passed to EOS_UI_ShowNativeProfile @param Data A EOS_UI_ShowNativeProfileCallbackInfo containing the output information and result

Aliased Type§

pub enum EOS_UI_OnShowNativeProfileCallback {
    None,
    Some(unsafe extern "C" fn(*const _tagEOS_UI_ShowNativeProfileCallbackInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const _tagEOS_UI_ShowNativeProfileCallbackInfo))

Some value of type T.