Struct datachannel_sys::rtcWsConfiguration
source · #[repr(C)]pub struct rtcWsConfiguration {
pub disableTlsVerification: bool,
pub proxyServer: *const c_char,
pub protocols: *mut *const c_char,
pub protocolsCount: c_int,
pub pingInterval: c_int,
pub maxOutstandingPings: c_int,
}Fields§
§disableTlsVerification: bool§proxyServer: *const c_char§protocols: *mut *const c_char§protocolsCount: c_int§pingInterval: c_int§maxOutstandingPings: c_intTrait Implementations§
source§impl Clone for rtcWsConfiguration
impl Clone for rtcWsConfiguration
source§fn clone(&self) -> rtcWsConfiguration
fn clone(&self) -> rtcWsConfiguration
Returns a copy 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 more