pub type EOS_RTC_OnRoomStatisticsUpdatedCallback = Option<unsafe extern "C" fn(Data: *const EOS_RTC_RoomStatisticsUpdatedInfo)>;Expand description
Function prototype definition for notifications that come from EOS_RTC_AddNotifyRoomStatisticsUpdated
@param Data A EOS_RTC_RoomStatisticsUpdatedInfo containing the output information and result
Aliased Type§
pub enum EOS_RTC_OnRoomStatisticsUpdatedCallback {
None,
Some(unsafe extern "C" fn(*const _tagEOS_RTC_RoomStatisticsUpdatedInfo)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const _tagEOS_RTC_RoomStatisticsUpdatedInfo))
Some value of type T.