Enum qapi_qmp::SocketAddressLegacy
[−]
[src]
pub enum SocketAddressLegacy { inet { data: InetSocketAddress, }, fd { data: String, }, unix { data: UnixSocketAddress, }, vsock { data: VsockSocketAddress, }, }
Variants
inet
Fields of inet
data: InetSocketAddress |
fd
Fields of fd
data: String |
unix
Fields of unix
data: UnixSocketAddress |
vsock
Fields of vsock
data: VsockSocketAddress |
Trait Implementations
impl Debug for SocketAddressLegacy
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for SocketAddressLegacy
[src]
fn clone(&self) -> SocketAddressLegacy
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more