pub struct EgressLaneMetricsSnapshot {
pub physical_interface: InterfaceId,
pub logical_interface: InterfaceId,
pub capacity: u32,
pub occupancy: u32,
}Fields§
§physical_interface: InterfaceId§logical_interface: InterfaceId§capacity: u32§occupancy: u32Trait Implementations§
Source§impl Clone for EgressLaneMetricsSnapshot
impl Clone for EgressLaneMetricsSnapshot
Source§fn clone(&self) -> EgressLaneMetricsSnapshot
fn clone(&self) -> EgressLaneMetricsSnapshot
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 moreimpl Copy for EgressLaneMetricsSnapshot
Source§impl Debug for EgressLaneMetricsSnapshot
impl Debug for EgressLaneMetricsSnapshot
impl Eq for EgressLaneMetricsSnapshot
impl StructuralPartialEq for EgressLaneMetricsSnapshot
Auto Trait Implementations§
impl Freeze for EgressLaneMetricsSnapshot
impl RefUnwindSafe for EgressLaneMetricsSnapshot
impl Send for EgressLaneMetricsSnapshot
impl Sync for EgressLaneMetricsSnapshot
impl Unpin for EgressLaneMetricsSnapshot
impl UnsafeUnpin for EgressLaneMetricsSnapshot
impl UnwindSafe for EgressLaneMetricsSnapshot
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