Structs§
- Incoming
- Stream returned by the
VsockListener::incoming
representing sockets received from a listener. - Owned
Read Half - The readable half of a value returned from
split_owned
. - Owned
Write Half - The writable half of a value returned from
split_owned
. - Read
Half - The readable half of a value returned from
split
. - Vsock
Addr - Socket address for VMWare VSockets protocol
- Vsock
Connect Info - Connection info for a Vsock Stream.
- Vsock
Listener - An I/O object representing a Virtio socket listening for incoming connections.
- Vsock
Stream - An I/O object representing a Virtio socket connected to a remote endpoint.
- Write
Half - The writable half of a value returned from
split
.