gio::prelude

Trait InetSocketAddressExt

Source
pub trait InetSocketAddressExt:
    IsA<InetSocketAddress>
    + Sealed
    + 'static {
    // Provided methods
    fn address(&self) -> InetAddress { ... }
    fn flowinfo(&self) -> u32 { ... }
    fn port(&self) -> u16 { ... }
    fn scope_id(&self) -> u32 { ... }
}

Provided Methods§

Source

fn address(&self) -> InetAddress

Source

fn flowinfo(&self) -> u32

Source

fn port(&self) -> u16

Source

fn scope_id(&self) -> u32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§