Struct gio_sys::GUnixSocketAddress[][src]

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

Fields

Trait Implementations

impl Copy for GUnixSocketAddress
[src]

impl Clone for GUnixSocketAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GUnixSocketAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations