#[repr(C)]pub struct _tagEOS_RTCAdmin_SetParticipantHardMuteOptions {
pub ApiVersion: i32,
pub RoomName: *const c_char,
pub TargetUserId: EOS_ProductUserId,
pub bMute: EOS_Bool,
}Expand description
Input parameters for the EOS_RTCAdmin_SetParticipantHardMute function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_RTCADMIN_SETPARTICIPANTHARDMUTE_API_LATEST.
RoomName: *const c_charRoom to kick the participant from
TargetUserId: EOS_ProductUserIdProduct User ID of the participant to hard mute for every participant in the room.
bMute: EOS_BoolHard mute status (Mute on or off)
Trait Implementations§
Source§impl Clone for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl Clone for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
Source§fn clone(&self) -> _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
fn clone(&self) -> _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
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_RTCAdmin_SetParticipantHardMuteOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl RefUnwindSafe for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl !Send for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl !Sync for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl Unpin for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl UnsafeUnpin for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
impl UnwindSafe for _tagEOS_RTCAdmin_SetParticipantHardMuteOptions
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