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 FromXml for RtcpMux
impl FromXml for RtcpMux
§type Builder = RtcpMuxFromEvents
type Builder = RtcpMuxFromEvents
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for RtcpMux
impl IntoXml for RtcpMux
§type EventIter = RtcpMuxIntoEvents
type EventIter = RtcpMuxIntoEvents
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for RtcpMux
impl PartialEq for RtcpMux
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