Struct webrtc_util::conn::conn_disconnected_packet::DisconnectedPacketConn[][src]

pub struct DisconnectedPacketConn { /* fields omitted */ }
Expand description

Since UDP is connectionless, as a server, it doesn’t know how to reply simply using the Write method. So, to make it work, disconnectedPacketConn will infer the last packet that it reads as the reply address for Write

Implementations

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.