Struct datachannel_sys::rtcDataChannelInit
source · #[repr(C)]pub struct rtcDataChannelInit {
pub reliability: rtcReliability,
pub protocol: *const c_char,
pub negotiated: bool,
pub manualStream: bool,
pub stream: u16,
}Fields§
§reliability: rtcReliability§protocol: *const c_char§negotiated: bool§manualStream: bool§stream: u16Trait Implementations§
source§impl Clone for rtcDataChannelInit
impl Clone for rtcDataChannelInit
source§fn clone(&self) -> rtcDataChannelInit
fn clone(&self) -> rtcDataChannelInit
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