Struct libdbus_sys::DBusObjectPathVTable[][src]

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

Performs the conversion.

Performs the conversion.

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.