Trait gio::InetSocketAddressExt [−][src]
pub trait InetSocketAddressExt {
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) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_flowinfo_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_port_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_property_scope_id_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId;
}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) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_flowinfo_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_port_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_scope_id_notify<F: Fn(&Self) + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<InetSocketAddress> + IsA<Object>> InetSocketAddressExt for O