pub struct WhipResource { /* private fields */ }Available on crate features
ingest and webrtc only.Expand description
An accepted WHIP connection: pumps decrypted RTP onto the bus until the peer or transport closes.
Implementations§
Source§impl WhipResource
impl WhipResource
Auto Trait Implementations§
impl !RefUnwindSafe for WhipResource
impl !UnwindSafe for WhipResource
impl Freeze for WhipResource
impl Send for WhipResource
impl Sync for WhipResource
impl Unpin for WhipResource
impl UnsafeUnpin for WhipResource
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