Enum qapi_qmp::SocketAddressLegacy [−][src]
pub enum SocketAddressLegacy { vsock { data: VsockSocketAddress, }, inet { data: InetSocketAddress, }, fd { data: String, }, unix { data: UnixSocketAddress, }, }
Variants
vsock
Fields of vsock
data: VsockSocketAddress |
inet
Fields of inet
data: InetSocketAddress |
fd
Fields of fd
data: String |
unix
Fields of unix
data: UnixSocketAddress |
Trait Implementations
impl Debug for SocketAddressLegacy
[src]
impl Debug for SocketAddressLegacy
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for SocketAddressLegacy
[src]
impl Clone for SocketAddressLegacy
fn clone(&self) -> SocketAddressLegacy
[src]
fn clone(&self) -> SocketAddressLegacy
Returns 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 SocketAddressLegacy
impl Sync for SocketAddressLegacy
impl Sync for SocketAddressLegacy