Enum qapi_qmp::NetworkAddressFamily [−][src]
pub enum NetworkAddressFamily { ipv4, ipv6, unix, vsock, unknown, }
Variants
ipv4
ipv6
unix
vsock
unknown
Trait Implementations
impl Debug for NetworkAddressFamily
[src]
impl Debug for NetworkAddressFamily
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 NetworkAddressFamily
[src]
impl Clone for NetworkAddressFamily
fn clone(&self) -> NetworkAddressFamily
[src]
fn clone(&self) -> NetworkAddressFamily
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 NetworkAddressFamily
impl Send for NetworkAddressFamily
impl Sync for NetworkAddressFamily
impl Sync for NetworkAddressFamily