Struct gio_sys::GDBusObjectManagerServer [−][src]
#[repr(C)]pub struct GDBusObjectManagerServer { pub parent_instance: GObject, pub priv_: *mut GDBusObjectManagerServerPrivate, }
Fields
parent_instance: GObject
priv_: *mut GDBusObjectManagerServerPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GDBusObjectManagerServer
impl !Send for GDBusObjectManagerServer
impl !Sync for GDBusObjectManagerServer
impl Unpin for GDBusObjectManagerServer
impl UnwindSafe for GDBusObjectManagerServer
Blanket Implementations
Mutably borrows from an owned value. Read more