struct MetricCapture {
room_gauges: RoomGaugeValues,
rtp: RtpMetricsSnapshot,
rtc: RtcMetricsSnapshot,
}Fields§
§room_gauges: RoomGaugeValues§rtp: RtpMetricsSnapshot§rtc: RtcMetricsSnapshotAuto Trait Implementations§
impl Freeze for MetricCapture
impl RefUnwindSafe for MetricCapture
impl Send for MetricCapture
impl Sync for MetricCapture
impl Unpin for MetricCapture
impl UnsafeUnpin for MetricCapture
impl UnwindSafe for MetricCapture
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