#[repr(C)]pub struct DBusObjectPathVTable {
pub unregister_function: Option<extern "C" fn(conn: *mut DBusConnection, user_data: *mut c_void)>,
pub message_function: DBusHandleMessageFunction,
pub dbus_internal_pad1: Option<extern "C" fn()>,
pub dbus_internal_pad2: Option<extern "C" fn()>,
pub dbus_internal_pad3: Option<extern "C" fn()>,
pub dbus_internal_pad4: Option<extern "C" fn()>,
}Fields§
§unregister_function: Option<extern "C" fn(conn: *mut DBusConnection, user_data: *mut c_void)>§message_function: DBusHandleMessageFunction§dbus_internal_pad1: Option<extern "C" fn()>§dbus_internal_pad2: Option<extern "C" fn()>§dbus_internal_pad3: Option<extern "C" fn()>§dbus_internal_pad4: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for DBusObjectPathVTable
impl RefUnwindSafe for DBusObjectPathVTable
impl Send for DBusObjectPathVTable
impl Sync for DBusObjectPathVTable
impl Unpin for DBusObjectPathVTable
impl UnsafeUnpin for DBusObjectPathVTable
impl UnwindSafe for DBusObjectPathVTable
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