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

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.