Struct rtcp::extended_report::dlrr::DLRRReport
source · [−]Expand description
DLRRReport encodes a single report inside a DLRRReportBlock.
Fields
ssrc: u32last_rr: u32dlrr: u32Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DLRRReport
impl Send for DLRRReport
impl Sync for DLRRReport
impl Unpin for DLRRReport
impl UnwindSafe for DLRRReport
Blanket Implementations
Mutably borrows from an owned value. Read more