[−][src]Trait gio::InetAddressMaskExt
Required methods
fn equal<P: IsA<InetAddressMask>>(&self, mask2: &P) -> bool
Tests if self and mask2 are the same mask.
mask2
another InetAddressMask
Returns
whether self and mask2 are the same mask
fn get_address(&self) -> InetAddress
fn get_family(&self) -> SocketFamily
fn get_length(&self) -> u32
fn matches<P: IsA<InetAddress>>(&self, address: &P) -> bool
Tests if address falls within the range described by self.
address
a InetAddress
Returns
whether address falls within the range described by
self.
fn to_string(&self) -> GString
fn set_property_address<P: IsA<InetAddress> + SetValueOptional>(
&self,
address: Option<&P>
)
&self,
address: Option<&P>
)
fn set_property_length(&self, length: u32)
fn connect_property_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_length_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<InetAddressMask>> InetAddressMaskExt for O[src]
fn equal<P: IsA<InetAddressMask>>(&self, mask2: &P) -> bool[src]
fn get_address(&self) -> InetAddress[src]
fn get_family(&self) -> SocketFamily[src]
fn get_length(&self) -> u32[src]
fn matches<P: IsA<InetAddress>>(&self, address: &P) -> bool[src]
fn to_string(&self) -> GString[src]
fn set_property_address<P: IsA<InetAddress> + SetValueOptional>(
&self,
address: Option<&P>
)[src]
&self,
address: Option<&P>
)
fn set_property_length(&self, length: u32)[src]
fn connect_property_address_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_length_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId