Enum nix::sys::socket::SockType [] [src]

pub enum SockType {
    Stream,
    Datagram,
    SeqPacket,
    Raw,
    Rdm,
}

Variants

Stream
Datagram
SeqPacket
Raw
Rdm

Trait Implementations

Derived Implementations

impl Debug for SockType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for SockType

impl PartialEq for SockType

fn eq(&self, __arg_0: &SockType) -> bool

fn ne(&self, __arg_0: &SockType) -> bool

impl Copy for SockType

impl Clone for SockType

fn clone(&self) -> SockType

fn clone_from(&mut self, source: &Self)