#[repr(C)]pub struct _tagEOS_RTC_LeaveRoomOptions {
pub ApiVersion: i32,
pub LocalUserId: EOS_ProductUserId,
pub RoomName: *const c_char,
}Expand description
This struct is used to call EOS_RTC_LeaveRoom.
Fields§
§ApiVersion: i32API Version: Set this to EOS_RTC_LEAVEROOM_API_LATEST.
LocalUserId: EOS_ProductUserIdProduct User ID of the user requesting to leave the room
RoomName: *const c_charThe room to leave.
Trait Implementations§
Source§impl Clone for _tagEOS_RTC_LeaveRoomOptions
impl Clone for _tagEOS_RTC_LeaveRoomOptions
Source§fn clone(&self) -> _tagEOS_RTC_LeaveRoomOptions
fn clone(&self) -> _tagEOS_RTC_LeaveRoomOptions
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_RTC_LeaveRoomOptions
impl Debug for _tagEOS_RTC_LeaveRoomOptions
impl Copy for _tagEOS_RTC_LeaveRoomOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_RTC_LeaveRoomOptions
impl RefUnwindSafe for _tagEOS_RTC_LeaveRoomOptions
impl !Send for _tagEOS_RTC_LeaveRoomOptions
impl !Sync for _tagEOS_RTC_LeaveRoomOptions
impl Unpin for _tagEOS_RTC_LeaveRoomOptions
impl UnsafeUnpin for _tagEOS_RTC_LeaveRoomOptions
impl UnwindSafe for _tagEOS_RTC_LeaveRoomOptions
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