Struct gio_sys::GTcpConnection [−][src]
#[repr(C)]pub struct GTcpConnection { pub parent_instance: GSocketConnection, pub priv_: *mut GTcpConnectionPrivate, }
Fields
parent_instance: GSocketConnection
priv_: *mut GTcpConnectionPrivate
Trait Implementations
impl Copy for GTcpConnection[src]
impl Copy for GTcpConnectionimpl Clone for GTcpConnection[src]
impl Clone for GTcpConnectionfn clone(&self) -> GTcpConnection[src]
fn clone(&self) -> GTcpConnectionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GTcpConnection[src]
impl Debug for GTcpConnectionAuto Trait Implementations
impl !Send for GTcpConnection
impl !Send for GTcpConnectionimpl !Sync for GTcpConnection
impl !Sync for GTcpConnection