pub struct RtcStats(pub Vec<RtcStat>);Expand description
All available RtcStatsTypes of a RtcPeerConnection.
Tuple Fields§
§0: Vec<RtcStat>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RtcStats
impl RefUnwindSafe for RtcStats
impl Send for RtcStats
impl Sync for RtcStats
impl Unpin for RtcStats
impl UnwindSafe for RtcStats
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