MCPcopy Create free account
hub / github.com/PerroEngine/Perro / TcpHostId

Class TcpHostId

perro_source/api_modules/perro_networking/src/ids.rs:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
2pub struct TcpHostId(pub u32);
3
4#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
5pub struct TcpConnectionId(pub u32);

Callers 2

bind_tcp_hostMethod · 0.85
poll_acceptsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected