pub struct VoiceMetricsSnapshot {
pub ingress_packets: u64,
pub ingress_bytes: u64,
pub egress_packets: u64,
pub egress_bytes: u64,
pub dropped_packets: u64,
}Fields§
§ingress_packets: u64§ingress_bytes: u64§egress_packets: u64§egress_bytes: u64§dropped_packets: u64Trait Implementations§
Source§impl Clone for VoiceMetricsSnapshot
impl Clone for VoiceMetricsSnapshot
Source§fn clone(&self) -> VoiceMetricsSnapshot
fn clone(&self) -> VoiceMetricsSnapshot
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 VoiceMetricsSnapshot
impl Debug for VoiceMetricsSnapshot
Source§impl Default for VoiceMetricsSnapshot
impl Default for VoiceMetricsSnapshot
Source§fn default() -> VoiceMetricsSnapshot
fn default() -> VoiceMetricsSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for VoiceMetricsSnapshot
impl PartialEq for VoiceMetricsSnapshot
impl Copy for VoiceMetricsSnapshot
impl Eq for VoiceMetricsSnapshot
impl StructuralPartialEq for VoiceMetricsSnapshot
Auto Trait Implementations§
impl Freeze for VoiceMetricsSnapshot
impl RefUnwindSafe for VoiceMetricsSnapshot
impl Send for VoiceMetricsSnapshot
impl Sync for VoiceMetricsSnapshot
impl Unpin for VoiceMetricsSnapshot
impl UnwindSafe for VoiceMetricsSnapshot
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