pub struct SsrcTraceInfo {
pub ssrc: u32,
}
Expand description
SSRC info in trace event.
Fields§
§ssrc: u32
RTP stream SSRC.
Trait Implementations§
Source§impl Clone for SsrcTraceInfo
impl Clone for SsrcTraceInfo
Source§fn clone(&self) -> SsrcTraceInfo
fn clone(&self) -> SsrcTraceInfo
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 SsrcTraceInfo
impl Debug for SsrcTraceInfo
Source§impl<'de> Deserialize<'de> for SsrcTraceInfo
impl<'de> Deserialize<'de> for SsrcTraceInfo
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 Serialize for SsrcTraceInfo
impl Serialize for SsrcTraceInfo
impl Copy for SsrcTraceInfo
Auto Trait Implementations§
impl Freeze for SsrcTraceInfo
impl RefUnwindSafe for SsrcTraceInfo
impl Send for SsrcTraceInfo
impl Sync for SsrcTraceInfo
impl Unpin for SsrcTraceInfo
impl UnwindSafe for SsrcTraceInfo
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