Skip to main content

EOS_Sessions_OnStartSessionCallback

Type Alias EOS_Sessions_OnStartSessionCallback 

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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.