#[repr(C)]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 ExternType for RtcConfiguration
impl ExternType for RtcConfiguration
Auto Trait Implementations§
impl Freeze for RtcConfiguration
impl RefUnwindSafe for RtcConfiguration
impl Send for RtcConfiguration
impl Sync for RtcConfiguration
impl Unpin 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