Struct qapi_qmp::InetSocketAddress [−][src]
pub struct InetSocketAddress {
pub base: InetSocketAddressBase,
pub to: Option<u16>,
pub numeric: Option<bool>,
pub ipv4: Option<bool>,
pub ipv6: Option<bool>,
}Fields
base: InetSocketAddressBase
to: Option<u16>
numeric: Option<bool>
ipv4: Option<bool>
ipv6: Option<bool>
Trait Implementations
impl Debug for InetSocketAddress[src]
impl Debug for InetSocketAddressfn 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 InetSocketAddress[src]
impl Clone for InetSocketAddressfn clone(&self) -> InetSocketAddress[src]
fn clone(&self) -> InetSocketAddressReturns 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 InetSocketAddress
impl Send for InetSocketAddressimpl Sync for InetSocketAddress
impl Sync for InetSocketAddress