Struct gio_sys::GDBusInterfaceIface
source · #[repr(C)]pub struct GDBusInterfaceIface {
pub parent_iface: GTypeInterface,
pub get_info: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusInterfaceInfo>,
pub get_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusObject>,
pub set_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface, _: *mut GDBusObject)>,
pub dup_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusObject>,
}
Fields§
§parent_iface: GTypeInterface
§get_info: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusInterfaceInfo>
§get_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusObject>
§set_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface, _: *mut GDBusObject)>
§dup_object: Option<unsafe extern "C" fn(_: *mut GDBusInterface) -> *mut GDBusObject>
Trait Implementations§
source§impl Clone for GDBusInterfaceIface
impl Clone for GDBusInterfaceIface
source§fn clone(&self) -> GDBusInterfaceIface
fn clone(&self) -> GDBusInterfaceIface
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