MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / eq

Method eq

net_util/src/tap.rs:74–76  ·  view source on GitHub ↗
(&self, other: &Tap)

Source from the content-addressed store, hash-verified

72
73impl PartialEq for Tap {
74 fn eq(&self, other: &Tap) -> bool {
75 self.if_name == other.if_name
76 }
77}
78
79impl std::clone::Clone for Tap {

Callers 1

test_readFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_readFunction · 0.36