Struct gio_sys::GInetSocketAddress[][src]

#[repr(C)]
pub struct GInetSocketAddress { pub parent_instance: GSocketAddress, pub priv_: *mut GInetSocketAddressPrivate, }

Fields

Trait Implementations

impl Copy for GInetSocketAddress
[src]

impl Clone for GInetSocketAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GInetSocketAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations