pub struct RemoteInboundRtpStats {
pub rtc: RtcStats,
pub stream: RtpStreamStats,
pub received: ReceivedRtpStreamStats,
pub remote_inbound: RemoteInboundRtpStreamStats,
}Fields§
§rtc: RtcStats§stream: RtpStreamStats§received: ReceivedRtpStreamStats§remote_inbound: RemoteInboundRtpStreamStatsTrait Implementations§
Source§impl Clone for RemoteInboundRtpStats
impl Clone for RemoteInboundRtpStats
Source§fn clone(&self) -> RemoteInboundRtpStats
fn clone(&self) -> RemoteInboundRtpStats
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 RemoteInboundRtpStats
impl Debug for RemoteInboundRtpStats
Source§impl Default for RemoteInboundRtpStats
impl Default for RemoteInboundRtpStats
Source§fn default() -> RemoteInboundRtpStats
fn default() -> RemoteInboundRtpStats
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoteInboundRtpStats
impl<'de> Deserialize<'de> for RemoteInboundRtpStats
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemoteInboundRtpStats, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<RemoteInboundRtpStats, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RemoteInboundRtpStats
impl RefUnwindSafe for RemoteInboundRtpStats
impl Send for RemoteInboundRtpStats
impl Sync for RemoteInboundRtpStats
impl Unpin for RemoteInboundRtpStats
impl UnsafeUnpin for RemoteInboundRtpStats
impl UnwindSafe for RemoteInboundRtpStats
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