Trait ux::prelude::InetSocketAddressExt[]

pub trait InetSocketAddressExt: 'static {
    pub fn get_address(&self) -> Option<InetAddress>;
pub fn get_flowinfo(&self) -> u32;
pub fn get_port(&self) -> u16;
pub fn get_scope_id(&self) -> u32; }

Required methods

pub fn get_address(&self) -> Option<InetAddress>

pub fn get_flowinfo(&self) -> u32

pub fn get_port(&self) -> u16

pub fn get_scope_id(&self) -> u32

Loading content...

Implementors

impl<O> InetSocketAddressExt for O where
    O: IsA<InetSocketAddress>, 

Loading content...