Trait gio::prelude::InetAddressExt[][src]

pub trait InetAddressExt {
    fn get_family(&self) -> SocketFamily;
fn get_is_any(&self) -> bool;
fn get_is_link_local(&self) -> bool;
fn get_is_loopback(&self) -> bool;
fn get_is_mc_global(&self) -> bool;
fn get_is_mc_link_local(&self) -> bool;
fn get_is_mc_node_local(&self) -> bool;
fn get_is_mc_org_local(&self) -> bool;
fn get_is_mc_site_local(&self) -> bool;
fn get_is_multicast(&self) -> bool;
fn get_is_site_local(&self) -> bool;
fn get_native_size(&self) -> usize;
fn connect_property_bytes_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_family_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_any_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_link_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_loopback_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_mc_global_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_mc_link_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_mc_node_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_mc_org_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_mc_site_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_multicast_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
fn connect_property_is_site_local_notify<F: Fn(&Self) + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required Methods

Implementors