[][src]Trait gio::InetSocketAddressExt

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

Required methods

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

fn get_flowinfo(&self) -> u32

fn get_port(&self) -> u16

fn get_scope_id(&self) -> u32

Loading content...

Implementors

impl<O: IsA<InetSocketAddress>> InetSocketAddressExt for O[src]

Loading content...