Trait gio::prelude::SocketAddressExt[][src]

pub trait SocketAddressExt: 'static {
    fn get_family(&self) -> SocketFamily;
fn get_native_size(&self) -> isize;
fn connect_property_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

fn get_family(&self) -> SocketFamily[src]

fn get_native_size(&self) -> isize[src]

fn connect_property_family_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<SocketAddress>> SocketAddressExt for O[src]

Loading content...