Struct gio_sys::GDBusObjectManagerServer[][src]

#[repr(C)]
pub struct GDBusObjectManagerServer { pub parent_instance: GObject, pub priv_: *mut GDBusObjectManagerServerPrivate, }

Fields

Trait Implementations

impl Copy for GDBusObjectManagerServer
[src]

impl Clone for GDBusObjectManagerServer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusObjectManagerServer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations