#[repr(C)]pub struct _tagEOS_RTC_RoomStatisticsUpdatedInfo {
pub ClientData: *mut c_void,
pub LocalUserId: EOS_ProductUserId,
pub RoomName: *const c_char,
pub Statistic: *const c_char,
}Expand description
This struct is passed in with a call to EOS_RTC_AddNotifyRoomStatisticsUpdated registered event.
Fields§
§ClientData: *mut c_voidClient-specified data passed into EOS_RTC_AddNotifyRoomStatisticsUpdated.
LocalUserId: EOS_ProductUserIdThe Product User ID of the user who initiated this request.
RoomName: *const c_charThe room associated with this event.
Statistic: *const c_charStatistics in JSON format
Trait Implementations§
Source§impl Clone for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl Clone for _tagEOS_RTC_RoomStatisticsUpdatedInfo
Source§fn clone(&self) -> _tagEOS_RTC_RoomStatisticsUpdatedInfo
fn clone(&self) -> _tagEOS_RTC_RoomStatisticsUpdatedInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _tagEOS_RTC_RoomStatisticsUpdatedInfo
Auto Trait Implementations§
impl Freeze for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl RefUnwindSafe for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl !Send for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl !Sync for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl Unpin for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl UnsafeUnpin for _tagEOS_RTC_RoomStatisticsUpdatedInfo
impl UnwindSafe for _tagEOS_RTC_RoomStatisticsUpdatedInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more