#[repr(C)]pub struct switch_rtcp_report_block_frame {
pub ssrc: u32,
pub fraction: u8,
pub lost: i32,
pub highest_sequence_number_received: u32,
pub jitter: u32,
pub lsr: u32,
pub dlsr: u32,
pub loss_avg: u32,
pub rtt_avg: f64,
}Fields§
§ssrc: u32§fraction: u8§lost: i32§highest_sequence_number_received: u32§jitter: u32§lsr: u32§dlsr: u32§loss_avg: u32§rtt_avg: f64Trait Implementations§
Source§impl Clone for switch_rtcp_report_block_frame
impl Clone for switch_rtcp_report_block_frame
Source§fn clone(&self) -> switch_rtcp_report_block_frame
fn clone(&self) -> switch_rtcp_report_block_frame
Returns a duplicate 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 Default for switch_rtcp_report_block_frame
impl Default for switch_rtcp_report_block_frame
Source§fn default() -> switch_rtcp_report_block_frame
fn default() -> switch_rtcp_report_block_frame
Returns the “default value” for a type. Read more
impl Copy for switch_rtcp_report_block_frame
Auto Trait Implementations§
impl Freeze for switch_rtcp_report_block_frame
impl RefUnwindSafe for switch_rtcp_report_block_frame
impl Send for switch_rtcp_report_block_frame
impl Sync for switch_rtcp_report_block_frame
impl Unpin for switch_rtcp_report_block_frame
impl UnsafeUnpin for switch_rtcp_report_block_frame
impl UnwindSafe for switch_rtcp_report_block_frame
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