Struct rtcp::extended_report::dlrr::DLRRReport
source · pub struct DLRRReport {
pub ssrc: u32,
pub last_rr: u32,
pub dlrr: u32,
}
Expand description
DLRRReport encodes a single report inside a DLRRReportBlock.
Fields§
§ssrc: u32
§last_rr: u32
§dlrr: u32
Trait Implementations§
source§impl Clone for DLRRReport
impl Clone for DLRRReport
source§fn clone(&self) -> DLRRReport
fn clone(&self) -> DLRRReport
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DLRRReport
impl Debug for DLRRReport
source§impl Default for DLRRReport
impl Default for DLRRReport
source§fn default() -> DLRRReport
fn default() -> DLRRReport
Returns the “default value” for a type. Read more
source§impl Display for DLRRReport
impl Display for DLRRReport
source§impl PartialEq for DLRRReport
impl PartialEq for DLRRReport
source§fn eq(&self, other: &DLRRReport) -> bool
fn eq(&self, other: &DLRRReport) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DLRRReport
impl StructuralPartialEq for DLRRReport
Auto Trait Implementations§
impl Freeze for DLRRReport
impl RefUnwindSafe for DLRRReport
impl Send for DLRRReport
impl Sync for DLRRReport
impl Unpin for DLRRReport
impl UnwindSafe for DLRRReport
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