Skip to main content

EOS_Friends_OnQueryFriendsCallback

Type Alias EOS_Friends_OnQueryFriendsCallback 

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

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.