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

pub trait SetSockOpt: Clone {
    type Val;
}
Expand description

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

Associated Types

Implementors