pub struct RtcDataChannelInfo {
pub channel_id: u32,
pub label: String,
}Expand description
Information about a newly opened remote data channel.
Fields§
§channel_id: u32§label: StringLabel chosen by the remote peer.
Auto Trait Implementations§
impl Freeze for RtcDataChannelInfo
impl RefUnwindSafe for RtcDataChannelInfo
impl Send for RtcDataChannelInfo
impl Sync for RtcDataChannelInfo
impl Unpin for RtcDataChannelInfo
impl UnsafeUnpin for RtcDataChannelInfo
impl UnwindSafe for RtcDataChannelInfo
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