pub struct Goodbye {
pub reports: ReportList<Ssrc>,
}
Expand description
RTCP packet BY
Fields§
§reports: ReportList<Ssrc>
The SSRC that are no longer in use.
Trait Implementations§
impl Eq for Goodbye
impl StructuralPartialEq for Goodbye
Auto Trait Implementations§
impl Freeze for Goodbye
impl RefUnwindSafe for Goodbye
impl Send for Goodbye
impl Sync for Goodbye
impl Unpin for Goodbye
impl UnwindSafe for Goodbye
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