#[repr(C)]pub struct _tagEOS_RTCAdmin_UserToken {
pub ApiVersion: i32,
pub ProductUserId: EOS_ProductUserId,
pub Token: *const c_char,
}Expand description
Contains information about a collection of user tokens for joining a room.
Fields§
§ApiVersion: i32API Version: Set this to EOS_RTCADMIN_USERTOKEN_API_LATEST.
ProductUserId: EOS_ProductUserIdThe Product User ID for the user who owns this user token.
Token: *const c_charAccess token to enable a user to join a room
Trait Implementations§
Source§impl Clone for _tagEOS_RTCAdmin_UserToken
impl Clone for _tagEOS_RTCAdmin_UserToken
Source§fn clone(&self) -> _tagEOS_RTCAdmin_UserToken
fn clone(&self) -> _tagEOS_RTCAdmin_UserToken
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 moreSource§impl Debug for _tagEOS_RTCAdmin_UserToken
impl Debug for _tagEOS_RTCAdmin_UserToken
Source§impl Default for _tagEOS_RTCAdmin_UserToken
impl Default for _tagEOS_RTCAdmin_UserToken
impl Copy for _tagEOS_RTCAdmin_UserToken
Auto Trait Implementations§
impl Freeze for _tagEOS_RTCAdmin_UserToken
impl RefUnwindSafe for _tagEOS_RTCAdmin_UserToken
impl !Send for _tagEOS_RTCAdmin_UserToken
impl !Sync for _tagEOS_RTCAdmin_UserToken
impl Unpin for _tagEOS_RTCAdmin_UserToken
impl UnsafeUnpin for _tagEOS_RTCAdmin_UserToken
impl UnwindSafe for _tagEOS_RTCAdmin_UserToken
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