Struct gio_sys::GThreadedSocketService[][src]

#[repr(C)]
pub struct GThreadedSocketService { pub parent_instance: GSocketService, pub priv_: *mut GThreadedSocketServicePrivate, }

Fields

Trait Implementations

impl Copy for GThreadedSocketService
[src]

impl Clone for GThreadedSocketService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GThreadedSocketService
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations