pub struct EgressMetricsSnapshot {
pub enqueued_frames: u64,
pub unavailable_frame_skips: u64,
pub full_lane_drops: u64,
pub missing_lane_drops: u64,
pub announces: AnnounceEgressMetricsSnapshot,
}Fields§
§enqueued_frames: u64§full_lane_drops: u64§missing_lane_drops: u64§announces: AnnounceEgressMetricsSnapshotTrait Implementations§
Source§impl Clone for EgressMetricsSnapshot
impl Clone for EgressMetricsSnapshot
Source§fn clone(&self) -> EgressMetricsSnapshot
fn clone(&self) -> EgressMetricsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EgressMetricsSnapshot
impl Debug for EgressMetricsSnapshot
Source§impl Default for EgressMetricsSnapshot
impl Default for EgressMetricsSnapshot
Source§fn default() -> EgressMetricsSnapshot
fn default() -> EgressMetricsSnapshot
Returns the “default value” for a type. Read more
impl Eq for EgressMetricsSnapshot
Source§impl PartialEq for EgressMetricsSnapshot
impl PartialEq for EgressMetricsSnapshot
impl StructuralPartialEq for EgressMetricsSnapshot
Auto Trait Implementations§
impl Freeze for EgressMetricsSnapshot
impl RefUnwindSafe for EgressMetricsSnapshot
impl Send for EgressMetricsSnapshot
impl Sync for EgressMetricsSnapshot
impl Unpin for EgressMetricsSnapshot
impl UnsafeUnpin for EgressMetricsSnapshot
impl UnwindSafe for EgressMetricsSnapshot
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