Enum libresolv_sys::__socket_type [] [src]

#[repr(u32)]
pub enum __socket_type { SOCK_STREAM, SOCK_DGRAM, SOCK_RAW, SOCK_RDM, SOCK_SEQPACKET, SOCK_DCCP, SOCK_PACKET, SOCK_CLOEXEC, SOCK_NONBLOCK, }

Variants

Trait Implementations

impl Copy for __socket_type
[src]

impl Clone for __socket_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __socket_type
[src]

Formats the value using the given formatter.