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: rtcReliabilityprotocol: *const c_charnegotiated: boolmanualStream: boolstream: u16Trait Implementations
sourceimpl Clone for rtcDataChannelInit
impl Clone for rtcDataChannelInit
sourcefn clone(&self) -> rtcDataChannelInit
fn clone(&self) -> rtcDataChannelInit
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 rtcDataChannelInit
impl Debug for rtcDataChannelInit
impl Copy for rtcDataChannelInit
Auto Trait Implementations
impl RefUnwindSafe for rtcDataChannelInit
impl !Send for rtcDataChannelInit
impl !Sync for rtcDataChannelInit
impl Unpin for rtcDataChannelInit
impl UnwindSafe for rtcDataChannelInit
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