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 Clone for GSocketConnection[src]
fn clone(&self) -> GSocketConnection[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