pub struct InterfaceCounts {
pub destinations: u32,
pub links: u32,
pub transported_links: u32,
}Fields§
§destinations: u32§links: u32§transported_links: u32Trait Implementations§
Source§impl Clone for InterfaceCounts
impl Clone for InterfaceCounts
Source§fn clone(&self) -> InterfaceCounts
fn clone(&self) -> InterfaceCounts
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 InterfaceCounts
Source§impl Debug for InterfaceCounts
impl Debug for InterfaceCounts
Source§impl Default for InterfaceCounts
impl Default for InterfaceCounts
Source§fn default() -> InterfaceCounts
fn default() -> InterfaceCounts
Returns the “default value” for a type. Read more
impl Eq for InterfaceCounts
Source§impl PartialEq for InterfaceCounts
impl PartialEq for InterfaceCounts
impl StructuralPartialEq for InterfaceCounts
Auto Trait Implementations§
impl Freeze for InterfaceCounts
impl RefUnwindSafe for InterfaceCounts
impl Send for InterfaceCounts
impl Sync for InterfaceCounts
impl Unpin for InterfaceCounts
impl UnsafeUnpin for InterfaceCounts
impl UnwindSafe for InterfaceCounts
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