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

Class UdpEndpointId

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

Source from the content-addressed store, hash-verified

6
7#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
8pub struct UdpEndpointId(pub u32);
9
10#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
11pub struct WebSocketHostId(pub u32);

Callers 2

bind_udpMethod · 0.85
poll_udp_packetsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected