Struct xmpp_parsers::jingle_rtp::RtcpMuxFromEvents
source · pub struct RtcpMuxFromEvents(/* private fields */);
Expand description
Build a RtcpMux
from XML events
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcpMuxFromEvents
impl RefUnwindSafe for RtcpMuxFromEvents
impl Send for RtcpMuxFromEvents
impl Sync for RtcpMuxFromEvents
impl Unpin for RtcpMuxFromEvents
impl UnwindSafe for RtcpMuxFromEvents
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