[][src]Module vmm_sys_util::sock_ctrl_msg

Wrapper for sending and receiving messages with file descriptors on sockets that accept control messages (e.g. Unix domain sockets).

Traits

IntoIovec

Trait for types that can be converted into an iovec that can be referenced by a syscall for the lifetime of this object.

ScmSocket

Trait for file descriptors can send and receive socket control messages via sendmsg and recvmsg.