Trait uapi::SockAddr

source ·
pub unsafe trait SockAddr: Pod { }
Expand description

Marker trait for socket address types

§Safety

If a type T implements this trait then it must be one of the socket types supported by the operating system.

Implementors§