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