Enum qapi_qmp::SocketAddressLegacy [−][src]
pub enum SocketAddressLegacy {
vsock {
data: VsockSocketAddress,
},
inet {
data: InetSocketAddress,
},
fd {
data: String,
},
unix {
data: UnixSocketAddress,
},
}Variants
vsockFields of vsock
data: VsockSocketAddress |
inetFields of inet
data: InetSocketAddress |
fdFields of fd
data: String |
unixFields of unix
data: UnixSocketAddress |
Trait Implementations
impl Debug for SocketAddressLegacy[src]
impl Debug for SocketAddressLegacyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for SocketAddressLegacy[src]
impl Clone for SocketAddressLegacyfn clone(&self) -> SocketAddressLegacy[src]
fn clone(&self) -> SocketAddressLegacyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for SocketAddressLegacy
impl Send for SocketAddressLegacyimpl Sync for SocketAddressLegacy
impl Sync for SocketAddressLegacy