Struct gio_sys::GSocketAddress[][src]

#[repr(C)]
pub struct GSocketAddress { pub parent_instance: GObject, }

Fields

Trait Implementations

impl Copy for GSocketAddress
[src]

impl Clone for GSocketAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSocketAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations