pub struct RtcConfiguration {
pub ice_servers: Vec<IceServer>,
pub continual_gathering_policy: ContinualGatheringPolicy,
pub ice_transport_type: IceTransportsType,
}Fields§
§ice_servers: Vec<IceServer>§continual_gathering_policy: ContinualGatheringPolicy§ice_transport_type: IceTransportsTypeTrait Implementations§
Source§impl Clone for RtcConfiguration
impl Clone for RtcConfiguration
Source§fn clone(&self) -> RtcConfiguration
fn clone(&self) -> RtcConfiguration
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 RtcConfiguration
impl Debug for RtcConfiguration
Source§impl Default for RtcConfiguration
impl Default for RtcConfiguration
Source§impl From<RtcConfiguration> for RtcConfiguration
impl From<RtcConfiguration> for RtcConfiguration
Source§fn from(value: RtcConfiguration) -> Self
fn from(value: RtcConfiguration) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RtcConfiguration
impl RefUnwindSafe for RtcConfiguration
impl Send for RtcConfiguration
impl Sync for RtcConfiguration
impl Unpin for RtcConfiguration
impl UnsafeUnpin for RtcConfiguration
impl UnwindSafe for RtcConfiguration
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