Struct gio_sys::GSocketService[][src]

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

Fields

Trait Implementations

impl Copy for GSocketService
[src]

impl Clone for GSocketService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSocketService
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations