pub struct Sdes<'a> { /* private fields */ }
Expand description
A Parsed Sdes packet.
Implementations§
Trait Implementations§
Source§impl RtcpPacket for Sdes<'_>
impl RtcpPacket for Sdes<'_>
Source§const MIN_PACKET_LEN: usize = 4usize
const MIN_PACKET_LEN: usize = 4usize
The minimum size of a particular RTCP packet. A packet shorter than this value will
produce a parsing error.
Source§const PACKET_TYPE: u8 = 202u8
const PACKET_TYPE: u8 = 202u8
The RTCP type of the particular RTCP packet.
Source§impl<'a> RtcpPacketParser<'a> for Sdes<'a>
impl<'a> RtcpPacketParser<'a> for Sdes<'a>
impl<'a> Eq for Sdes<'a>
impl<'a> StructuralPartialEq for Sdes<'a>
Auto Trait Implementations§
impl<'a> Freeze for Sdes<'a>
impl<'a> RefUnwindSafe for Sdes<'a>
impl<'a> Send for Sdes<'a>
impl<'a> Sync for Sdes<'a>
impl<'a> Unpin for Sdes<'a>
impl<'a> UnwindSafe for Sdes<'a>
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