#[repr(C)]pub struct switch_rtcp_video_counters_t {
pub nack_count: u16,
pub fir_count: u16,
pub pli_count: u16,
pub sr_count: u16,
pub rr_count: u16,
}Fields§
§nack_count: u16§fir_count: u16§pli_count: u16§sr_count: u16§rr_count: u16Trait Implementations§
Source§impl Clone for switch_rtcp_video_counters_t
impl Clone for switch_rtcp_video_counters_t
Source§fn clone(&self) -> switch_rtcp_video_counters_t
fn clone(&self) -> switch_rtcp_video_counters_t
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 Debug for switch_rtcp_video_counters_t
impl Debug for switch_rtcp_video_counters_t
Source§impl Default for switch_rtcp_video_counters_t
impl Default for switch_rtcp_video_counters_t
Source§fn default() -> switch_rtcp_video_counters_t
fn default() -> switch_rtcp_video_counters_t
Returns the “default value” for a type. Read more
impl Copy for switch_rtcp_video_counters_t
Auto Trait Implementations§
impl Freeze for switch_rtcp_video_counters_t
impl RefUnwindSafe for switch_rtcp_video_counters_t
impl Send for switch_rtcp_video_counters_t
impl Sync for switch_rtcp_video_counters_t
impl Unpin for switch_rtcp_video_counters_t
impl UnsafeUnpin for switch_rtcp_video_counters_t
impl UnwindSafe for switch_rtcp_video_counters_t
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