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
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
Auto Trait Implementations
impl RefUnwindSafe for GDBusInterfaceIface
impl Send for GDBusInterfaceIface
impl Sync for GDBusInterfaceIface
impl Unpin for GDBusInterfaceIface
impl UnwindSafe for GDBusInterfaceIface
Blanket Implementations
Mutably borrows from an owned value. Read more