Struct gio_sys::GTcpWrapperConnection[][src]

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

Fields

Trait Implementations

impl Copy for GTcpWrapperConnection
[src]

impl Clone for GTcpWrapperConnection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GTcpWrapperConnection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations