Struct qapi_qmp::InetSocketAddress
[−]
[src]
pub struct InetSocketAddress { pub numeric: Option<bool>, pub to: Option<u16>, pub ipv4: Option<bool>, pub ipv6: Option<bool>, }
Fields
numeric: Option<bool>
to: Option<u16>
ipv4: Option<bool>
ipv6: Option<bool>
Trait Implementations
impl Debug for InetSocketAddress
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for InetSocketAddress
[src]
fn clone(&self) -> InetSocketAddress
[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