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

pub trait GetSockOpt: Copy {
    type Val;
}
Expand description

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

Associated Types

Implementors