Struct gio_sys::GTcpWrapperConnection
[−]
[src]
#[repr(C)]pub struct GTcpWrapperConnection { pub parent_instance: GTcpConnection, pub priv_: *mut GTcpWrapperConnectionPrivate, }
Fields
parent_instance: GTcpConnection
priv_: *mut GTcpWrapperConnectionPrivate
Trait Implementations
impl Copy for GTcpWrapperConnection[src]
impl Clone for GTcpWrapperConnection[src]
fn clone(&self) -> GTcpWrapperConnection[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more