pub struct Fir {
pub sender_ssrc: Ssrc,
pub reports: ReportList<FirEntry>,
}
Expand description
Full Intra Request (FIR).
Fields§
§sender_ssrc: Ssrc
Sender of this feedback. Mostly irrelevant, but part of RTCP packets.
reports: ReportList<FirEntry>
The SSRC needing a full codec restart.
Trait Implementations§
impl Eq for Fir
impl StructuralPartialEq for Fir
Auto Trait Implementations§
impl Freeze for Fir
impl RefUnwindSafe for Fir
impl Send for Fir
impl Sync for Fir
impl Unpin for Fir
impl UnwindSafe for Fir
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