Trait nix::sys::socket::SockOpt [] [src]

pub trait SockOpt: Copy + Debug {
    type Val;
}

Represents a socket option that can be accessed or set. Used as an argument to getsockopt and setsockopt.

Associated Types

type Val

Implementors