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,
}Fields
disableTlsVerification: boolproxyServer: *const c_charprotocols: *mut *const c_charprotocolsCount: c_intTrait Implementations
sourceimpl Clone for rtcWsConfiguration
impl Clone for rtcWsConfiguration
sourcefn clone(&self) -> rtcWsConfiguration
fn clone(&self) -> rtcWsConfiguration
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for rtcWsConfiguration
impl Debug for rtcWsConfiguration
impl Copy for rtcWsConfiguration
Auto Trait Implementations
impl RefUnwindSafe for rtcWsConfiguration
impl !Send for rtcWsConfiguration
impl !Sync for rtcWsConfiguration
impl Unpin for rtcWsConfiguration
impl UnwindSafe for rtcWsConfiguration
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more