Enum qapi_qmp::NetworkAddressFamily[][src]

pub enum NetworkAddressFamily {
    ipv4,
    ipv6,
    unix,
    vsock,
    unknown,
}

Variants

Trait Implementations

impl Debug for NetworkAddressFamily
[src]

Formats the value using the given formatter. Read more

impl Clone for NetworkAddressFamily
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetworkAddressFamily

impl Sync for NetworkAddressFamily