Struct websocat::net_peer::UdpListen[][src]

pub struct UdpListen(pub SocketAddr);

Trait Implementations

impl Debug for UdpListen
[src]

Formats the value using the given formatter. Read more

impl Clone for UdpListen
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Specifier for UdpListen
[src]

Apply the specifier for constructing a "socket" or other connecting device.

Auto Trait Implementations

impl Send for UdpListen

impl Sync for UdpListen