Struct gio_sys::GDBusInterfaceIface[][src]

#[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

Trait Implementations

impl Copy for GDBusInterfaceIface
[src]

impl Clone for GDBusInterfaceIface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusInterfaceIface
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations