Struct xmpp_parsers::jingle_rtp::RtcpMux
source · pub struct RtcpMux;
Expand description
Specifies the ability to multiplex RTP Data and Control Packets on a single port as described in RFC 5761.
Trait Implementations§
source§impl PartialEq for RtcpMux
impl PartialEq for RtcpMux
impl StructuralPartialEq for RtcpMux
Auto Trait Implementations§
impl RefUnwindSafe for RtcpMux
impl Send for RtcpMux
impl Sync for RtcpMux
impl Unpin for RtcpMux
impl UnwindSafe for RtcpMux
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