pub type EOS_RTC_OnLeaveRoomCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTC_LeaveRoomCallbackInfo)>;Expand description
Callback for completion of room leave request.
Aliased Type§
pub enum EOS_RTC_OnLeaveRoomCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_RTC_LeaveRoomCallbackInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_RTC_LeaveRoomCallbackInfo))
Some value of type T.