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 GSocketConnection
impl Clone for GSocketConnection
[src]
impl Clone for GSocketConnection
fn clone(&self) -> GSocketConnection
[src]
fn clone(&self) -> GSocketConnection
Returns 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 GSocketConnection
Auto Trait Implementations
impl !Send for GSocketConnection
impl !Send for GSocketConnection
impl !Sync for GSocketConnection
impl !Sync for GSocketConnection