Trait gio::prelude::NetworkAddressExt[][src]

pub trait NetworkAddressExt: 'static {
    fn get_hostname(&self) -> Option<GString>;
fn get_port(&self) -> u16;
fn get_scheme(&self) -> Option<GString>; }

Required methods

fn get_hostname(&self) -> Option<GString>[src]

fn get_port(&self) -> u16[src]

fn get_scheme(&self) -> Option<GString>[src]

Loading content...

Implementors

impl<O: IsA<NetworkAddress>> NetworkAddressExt for O[src]

Loading content...