Struct gio_sys::GDBusObjectManagerClient
source · #[repr(C)]pub struct GDBusObjectManagerClient {
pub parent_instance: GObject,
pub priv_: *mut GDBusObjectManagerClientPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut GDBusObjectManagerClientPrivate
Trait Implementations§
source§impl Clone for GDBusObjectManagerClient
impl Clone for GDBusObjectManagerClient
source§fn clone(&self) -> GDBusObjectManagerClient
fn clone(&self) -> GDBusObjectManagerClient
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more