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

pub trait SetSockOpt: Copy {
    type Val;
}

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

Associated Types

Implementors