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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GUnixSocketAddress
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations