[−][src]Trait gio::InetSocketAddressExt
Required Methods
fn get_address(&self) -> Option<InetAddress>
fn get_flowinfo(&self) -> u32
fn get_port(&self) -> u16
fn get_scope_id(&self) -> u32
fn connect_property_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_flowinfo_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_port_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_scope_id_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<InetSocketAddress> + IsA<Object>> InetSocketAddressExt for O[src]
impl<O: IsA<InetSocketAddress> + IsA<Object>> InetSocketAddressExt for Ofn get_address(&self) -> Option<InetAddress>[src]
fn get_address(&self) -> Option<InetAddress>fn get_flowinfo(&self) -> u32[src]
fn get_flowinfo(&self) -> u32fn get_port(&self) -> u16[src]
fn get_port(&self) -> u16fn get_scope_id(&self) -> u32[src]
fn get_scope_id(&self) -> u32fn connect_property_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerIdfn connect_property_flowinfo_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_flowinfo_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerIdfn connect_property_port_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_port_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerIdfn connect_property_scope_id_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
fn connect_property_scope_id_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId