pub struct SentRtpStreamStats {
pub packets_sent: u64,
pub bytes_sent: u64,
}Fields§
§packets_sent: u64§bytes_sent: u64Trait Implementations§
Source§impl Clone for SentRtpStreamStats
impl Clone for SentRtpStreamStats
Source§fn clone(&self) -> SentRtpStreamStats
fn clone(&self) -> SentRtpStreamStats
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 SentRtpStreamStats
impl Debug for SentRtpStreamStats
Source§impl Default for SentRtpStreamStats
impl Default for SentRtpStreamStats
Source§fn default() -> SentRtpStreamStats
fn default() -> SentRtpStreamStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SentRtpStreamStatswhere
SentRtpStreamStats: Default,
impl<'de> Deserialize<'de> for SentRtpStreamStatswhere
SentRtpStreamStats: Default,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SentRtpStreamStats
impl RefUnwindSafe for SentRtpStreamStats
impl Send for SentRtpStreamStats
impl Sync for SentRtpStreamStats
impl Unpin for SentRtpStreamStats
impl UnsafeUnpin for SentRtpStreamStats
impl UnwindSafe for SentRtpStreamStats
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