pub struct Channel<'a> { /* private fields */ }
Expand description
Channel for sending data to the remote peer.
Get this handle from Rtc::channel()
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Channel<'a>
impl<'a> !RefUnwindSafe for Channel<'a>
impl<'a> Send for Channel<'a>
impl<'a> Sync for Channel<'a>
impl<'a> Unpin for Channel<'a>
impl<'a> !UnwindSafe for Channel<'a>
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