pub struct Ssrc(/* private fields */);
Expand description
Synchronization source.
Uniquely identifies a sending source of data. Each video/audio stream would be associated with at least one synchronization source. Multiple sources for the same stream happens for RTX (resend) and simulcast.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ssrc
impl<'de> Deserialize<'de> for Ssrc
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 Ord for Ssrc
impl Ord for Ssrc
Source§impl PartialOrd for Ssrc
impl PartialOrd for Ssrc
impl Copy for Ssrc
impl Eq for Ssrc
impl StructuralPartialEq for Ssrc
Auto Trait Implementations§
impl Freeze for Ssrc
impl RefUnwindSafe for Ssrc
impl Send for Ssrc
impl Sync for Ssrc
impl Unpin for Ssrc
impl UnwindSafe for Ssrc
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