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

pub trait GetSockOpt: Copy {
    type Val;
}

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

Associated Types

Implementors