Enum std::io::net::addrinfo::SocketTypeExperimental [-]  [+] [src]

pub enum SocketType {
    Stream,
    Datagram,
    Raw,
}

Hints to the types of sockets that are desired when looking up hosts

Variants

Stream
Datagram
Raw

Trait Implementations

Derived Implementations

impl Copy for SocketType