#[repr(C)]pub struct GDBusObjectManagerIface {
pub parent_iface: GTypeInterface,
pub get_object_path: Option<extern "C" fn(*mut GDBusObjectManager) -> *const gchar>,
pub get_objects: Option<extern "C" fn(*mut GDBusObjectManager) -> *mut GList>,
pub get_object: Option<extern "C" fn(*mut GDBusObjectManager, *const gchar) -> *mut GDBusObject>,
pub get_interface: Option<extern "C" fn(*mut GDBusObjectManager, *const gchar, *const gchar) -> *mut GDBusInterface>,
pub object_added: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject)>,
pub object_removed: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject)>,
pub interface_added: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject, *mut GDBusInterface)>,
pub interface_removed: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject, *mut GDBusInterface)>,
}Fields§
§parent_iface: GTypeInterface§get_object_path: Option<extern "C" fn(*mut GDBusObjectManager) -> *const gchar>§get_objects: Option<extern "C" fn(*mut GDBusObjectManager) -> *mut GList>§get_object: Option<extern "C" fn(*mut GDBusObjectManager, *const gchar) -> *mut GDBusObject>§get_interface: Option<extern "C" fn(*mut GDBusObjectManager, *const gchar, *const gchar) -> *mut GDBusInterface>§object_added: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject)>§object_removed: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject)>§interface_added: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject, *mut GDBusInterface)>§interface_removed: Option<extern "C" fn(*mut GDBusObjectManager, *mut GDBusObject, *mut GDBusInterface)>Auto Trait Implementations§
impl Freeze for GDBusObjectManagerIface
impl RefUnwindSafe for GDBusObjectManagerIface
impl Send for GDBusObjectManagerIface
impl Sync for GDBusObjectManagerIface
impl Unpin for GDBusObjectManagerIface
impl UnwindSafe for GDBusObjectManagerIface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more