Trait gio::prelude::InetSocketAddressExt [−][src]
pub trait InetSocketAddressExt: 'static {
fn address(&self) -> InetAddress;
fn flowinfo(&self) -> u32;
fn port(&self) -> u16;
fn scope_id(&self) -> u32;
}Expand description
Required methods
fn address(&self) -> InetAddress
fn address(&self) -> InetAddressGets self’s InetAddress.
Returns
the InetAddress for self, which must be
g_object_ref()’d if it will be stored