Trait ux::prelude::NetworkAddressExt[]

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

Required methods

pub fn get_hostname(&self) -> Option<GString>

pub fn get_port(&self) -> u16

pub fn get_scheme(&self) -> Option<GString>

Loading content...

Implementors

impl<O> NetworkAddressExt for O where
    O: IsA<NetworkAddress>, 

Loading content...