Trait gio::prelude::InetAddressMaskExt
source · [−]pub trait InetAddressMaskExt: 'static {
fn equal(&self, mask2: &impl IsA<InetAddressMask>) -> bool;
fn address(&self) -> InetAddress;
fn family(&self) -> SocketFamily;
fn length(&self) -> u32;
fn matches(&self, address: &impl IsA<InetAddress>) -> bool;
fn to_str(&self) -> GString;
fn set_address<P: IsA<InetAddress>>(&self, address: Option<&P>);
fn set_length(&self, length: u32);
fn connect_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId;
fn connect_length_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId;
}
Required Methods
source
fn equal(&self, mask2: &impl IsA<InetAddressMask>) -> bool
source
fn address(&self) -> InetAddress
source
fn family(&self) -> SocketFamily
source
fn matches(&self, address: &impl IsA<InetAddress>) -> bool
source
fn set_address<P: IsA<InetAddress>>(&self, address: Option<&P>)
source
fn set_length(&self, length: u32)
sourcefn connect_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
fn connect_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
fn connect_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
sourcefn connect_length_notify<F: Fn(&Self) + Send + Sync + 'static>(