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
source§impl TryFrom<Element> for RtcpMux
impl TryFrom<Element> for RtcpMux
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl StructuralPartialEq for RtcpMux
Auto Trait Implementations§
impl Freeze for RtcpMux
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