Struct gio_sys::GTcpConnection[][src]

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

Fields

Trait Implementations

impl Copy for GTcpConnection
[src]

impl Clone for GTcpConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTcpConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations