pub enum ReorderingError {
BufferFull(IncomingRtpPacket),
DuplicatePacket(IncomingRtpPacket),
}Expand description
Reordering error.
Variants§
BufferFull(IncomingRtpPacket)
DuplicatePacket(IncomingRtpPacket)
Implementations§
Auto Trait Implementations§
impl !Freeze for ReorderingError
impl RefUnwindSafe for ReorderingError
impl Send for ReorderingError
impl Sync for ReorderingError
impl Unpin for ReorderingError
impl UnwindSafe for ReorderingError
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