pub struct RtpEncodingParametersRtx {
pub ssrc: u32,
}
Expand description
RTX stream information. It must contain a numeric ssrc field indicating the RTX SSRC.
Fields§
§ssrc: u32
The media SSRC.
Trait Implementations§
Source§impl Clone for RtpEncodingParametersRtx
impl Clone for RtpEncodingParametersRtx
Source§fn clone(&self) -> RtpEncodingParametersRtx
fn clone(&self) -> RtpEncodingParametersRtx
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RtpEncodingParametersRtx
impl Debug for RtpEncodingParametersRtx
Source§impl<'de> Deserialize<'de> for RtpEncodingParametersRtx
impl<'de> Deserialize<'de> for RtpEncodingParametersRtx
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for RtpEncodingParametersRtx
impl Hash for RtpEncodingParametersRtx
Source§impl Ord for RtpEncodingParametersRtx
impl Ord for RtpEncodingParametersRtx
Source§fn cmp(&self, other: &RtpEncodingParametersRtx) -> Ordering
fn cmp(&self, other: &RtpEncodingParametersRtx) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RtpEncodingParametersRtx
impl PartialEq for RtpEncodingParametersRtx
Source§impl PartialOrd for RtpEncodingParametersRtx
impl PartialOrd for RtpEncodingParametersRtx
Source§impl Serialize for RtpEncodingParametersRtx
impl Serialize for RtpEncodingParametersRtx
impl Copy for RtpEncodingParametersRtx
impl Eq for RtpEncodingParametersRtx
impl StructuralPartialEq for RtpEncodingParametersRtx
Auto Trait Implementations§
impl Freeze for RtpEncodingParametersRtx
impl RefUnwindSafe for RtpEncodingParametersRtx
impl Send for RtpEncodingParametersRtx
impl Sync for RtpEncodingParametersRtx
impl Unpin for RtpEncodingParametersRtx
impl UnwindSafe for RtpEncodingParametersRtx
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