Enum nix::sys::socket::SockLevel [−][src]
#[repr(i32)]
pub enum SockLevel {
Socket,
Tcp,
Ip,
Ipv6,
Udp,
Netlink,
Alg,
}
Expand description
The protocol level at which to get / set socket options. Used as an
argument to getsockopt
and setsockopt
.
Variants
Socket
Tcp
Ip
Ipv6
Udp
Netlink
Alg
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SockLevel
impl UnwindSafe for SockLevel
Blanket Implementations
Mutably borrows from an owned value. Read more