pub struct RemoteBitrateEstimate {
pub sender_ssrc: u32,
pub bitrate_bps: u64,
pub ssrcs: Vec<u32>,
}Fields§
§sender_ssrc: u32§bitrate_bps: u64§ssrcs: Vec<u32>Trait Implementations§
Source§impl Clone for RemoteBitrateEstimate
impl Clone for RemoteBitrateEstimate
Source§fn clone(&self) -> RemoteBitrateEstimate
fn clone(&self) -> RemoteBitrateEstimate
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 RemoteBitrateEstimate
impl Debug for RemoteBitrateEstimate
Source§impl PartialEq for RemoteBitrateEstimate
impl PartialEq for RemoteBitrateEstimate
impl Eq for RemoteBitrateEstimate
impl StructuralPartialEq for RemoteBitrateEstimate
Auto Trait Implementations§
impl Freeze for RemoteBitrateEstimate
impl RefUnwindSafe for RemoteBitrateEstimate
impl Send for RemoteBitrateEstimate
impl Sync for RemoteBitrateEstimate
impl Unpin for RemoteBitrateEstimate
impl UnwindSafe for RemoteBitrateEstimate
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