Trait ux::prelude::UnixSocketAddressExt[]

pub trait UnixSocketAddressExt: 'static {
    pub fn get_address_type(&self) -> UnixSocketAddressType;
pub fn get_is_abstract(&self) -> bool;
pub fn get_path_len(&self) -> usize;
pub fn get_property_abstract(&self) -> bool; }

Required methods

pub fn get_address_type(&self) -> UnixSocketAddressType

pub fn get_is_abstract(&self) -> bool

pub fn get_path_len(&self) -> usize

pub fn get_property_abstract(&self) -> bool

Loading content...

Implementors

impl<O> UnixSocketAddressExt for O where
    O: IsA<UnixSocketAddress>, 

Loading content...