Trait gio::prelude::NetworkAddressExt

source ·
pub trait NetworkAddressExt: IsA<NetworkAddress> + Sealed + 'static {
    // Provided methods
    fn hostname(&self) -> GString { ... }
    fn port(&self) -> u16 { ... }
    fn scheme(&self) -> Option<GString> { ... }
}

Provided Methods§

source

fn hostname(&self) -> GString

source

fn port(&self) -> u16

source

fn scheme(&self) -> Option<GString>

Object Safety§

This trait is not object safe.

Implementors§