#[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 duplicate 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 moreSource§impl Debug for rtcDataChannelInit
impl Debug for rtcDataChannelInit
impl Copy for rtcDataChannelInit
Auto Trait Implementations§
impl Freeze for rtcDataChannelInit
impl RefUnwindSafe for rtcDataChannelInit
impl !Send for rtcDataChannelInit
impl !Sync for rtcDataChannelInit
impl Unpin for rtcDataChannelInit
impl UnwindSafe for rtcDataChannelInit
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