Struct xmpp_parsers::jingle_rtp_hdrext::RtpHdrext
source · pub struct RtpHdrext {
pub id: u16,
pub uri: String,
pub senders: Senders,
}
Expand description
Header extensions to be used in a RTP description.
Fields§
§id: u16
The ID of the extensions. The allowed values are only in the 1-256, 4096-4351 ranges, this isn’t enforced by xmpp-parsers yet!
uri: String
The URI that defines the extension.
senders: Senders
Which party is allowed to send the negotiated RTP Header Extensions.
Implementations§
Trait Implementations§
source§impl FromXml for RtpHdrext
impl FromXml for RtpHdrext
source§type Builder = RtpHdrextFromXmlBuilder
type Builder = RtpHdrextFromXmlBuilder
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
impl StructuralPartialEq for RtpHdrext
Auto Trait Implementations§
impl Freeze for RtpHdrext
impl RefUnwindSafe for RtpHdrext
impl Send for RtpHdrext
impl Sync for RtpHdrext
impl Unpin for RtpHdrext
impl UnwindSafe for RtpHdrext
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)