pub enum SsrcAttribute {
Cname,
PreviousSsrc,
Fmtp,
Rtcp,
ReferenceClock,
MediaClockSource,
Other(String),
}Expand description
Source attribute types
Variants§
Cname
PreviousSsrc
Fmtp
Rtcp
Rtcp attribute
ReferenceClock
Reference Clock attribute
MediaClockSource
Media Clock Source attribute
Other(String)
Implementations§
Trait Implementations§
Source§impl Clone for SsrcAttribute
impl Clone for SsrcAttribute
Source§fn clone(&self) -> SsrcAttribute
fn clone(&self) -> SsrcAttribute
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SsrcAttribute
impl Debug for SsrcAttribute
impl Eq for SsrcAttribute
Source§impl<T: TypedAttribute> From<T> for SsrcAttribute
impl<T: TypedAttribute> From<T> for SsrcAttribute
Source§impl PartialEq for SsrcAttribute
impl PartialEq for SsrcAttribute
impl StructuralPartialEq for SsrcAttribute
Auto Trait Implementations§
impl Freeze for SsrcAttribute
impl RefUnwindSafe for SsrcAttribute
impl Send for SsrcAttribute
impl Sync for SsrcAttribute
impl Unpin for SsrcAttribute
impl UnsafeUnpin for SsrcAttribute
impl UnwindSafe for SsrcAttribute
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