Struct gio_sys::GUnixConnection[][src]

#[repr(C)]
pub struct GUnixConnection { pub parent_instance: GSocketConnection, pub priv_: *mut GUnixConnectionPrivate, }

Fields

Trait Implementations

impl Copy for GUnixConnection
[src]

impl Clone for GUnixConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GUnixConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations