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

#[repr(i32)]
pub enum SockType { Stream, Datagram, SeqPacket, Raw, Rdm, }

Variants

Trait Implementations

impl Clone for SockType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SockType
[src]

impl PartialEq for SockType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for SockType
[src]

impl Debug for SockType
[src]

Formats the value using the given formatter.