pub struct Pli {
pub sender_ssrc: Ssrc,
pub ssrc: Ssrc,
}
Expand description
Picture loss indicator.
Fields§
§sender_ssrc: Ssrc
Sender of this feedback. Mostly irrelevant, but part of RTCP packets.
ssrc: Ssrc
The SSRC this picture loss indication is for.
Trait Implementations§
impl Eq for Pli
impl StructuralPartialEq for Pli
Auto Trait Implementations§
impl Freeze for Pli
impl RefUnwindSafe for Pli
impl Send for Pli
impl Sync for Pli
impl Unpin for Pli
impl UnwindSafe for Pli
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