Enum rtcp::source_description::SdesType
source · #[repr(u8)]pub enum SdesType {
SdesEnd = 0,
SdesCname = 1,
SdesName = 2,
SdesEmail = 3,
SdesPhone = 4,
SdesLocation = 5,
SdesTool = 6,
SdesNote = 7,
SdesPrivate = 8,
}
Expand description
SDESType is the item type used in the RTCP SDES control packet. RTP SDES item types registered with IANA. See: https://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml#rtp-parameters-5
Variants§
SdesEnd = 0
SdesCname = 1
SdesName = 2
SdesEmail = 3
SdesPhone = 4
SdesLocation = 5
SdesTool = 6
SdesNote = 7
SdesPrivate = 8
Trait Implementations§
source§impl PartialEq for SdesType
impl PartialEq for SdesType
impl Copy for SdesType
impl Eq for SdesType
impl StructuralPartialEq for SdesType
Auto Trait Implementations§
impl Freeze for SdesType
impl RefUnwindSafe for SdesType
impl Send for SdesType
impl Sync for SdesType
impl Unpin for SdesType
impl UnwindSafe for SdesType
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