Trait ux::prelude::SocketAddressExt[]

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

Required methods

pub fn get_family(&self) -> SocketFamily

pub fn get_native_size(&self) -> isize

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

Loading content...

Implementors

impl<O> SocketAddressExt for O where
    O: IsA<SocketAddress>, 

Loading content...