Struct gio_sys::GSocketConnection[][src]

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

Fields

Trait Implementations

impl Copy for GSocketConnection
[src]

impl Clone for GSocketConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSocketConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations