Struct gio_sys::GSocketConnection [−][src]
#[repr(C)]pub struct GSocketConnection { pub parent_instance: GIOStream, pub priv_: *mut GSocketConnectionPrivate, }
Fields
parent_instance: GIOStream
priv_: *mut GSocketConnectionPrivate
Trait Implementations
impl Copy for GSocketConnection[src]
impl Copy for GSocketConnectionimpl Clone for GSocketConnection[src]
impl Clone for GSocketConnectionfn clone(&self) -> GSocketConnection[src]
fn clone(&self) -> GSocketConnectionReturns 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 GSocketConnection[src]
impl Debug for GSocketConnectionAuto Trait Implementations
impl !Send for GSocketConnection
impl !Send for GSocketConnectionimpl !Sync for GSocketConnection
impl !Sync for GSocketConnection