Struct gio_sys::GSocket
[−]
[src]
#[repr(C)]pub struct GSocket { pub parent_instance: GObject, pub priv_: *mut GSocketPrivate, }
Fields
parent_instance: GObject
priv_: *mut GSocketPrivate
Trait Implementations
impl Copy for GSocket[src]
impl Clone for GSocket[src]
fn clone(&self) -> GSocket[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