Struct libdbus_sys::DBusObjectPathVTable 
source · [−]#[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
impl RefUnwindSafe for DBusObjectPathVTable
impl Send for DBusObjectPathVTable
impl Sync for DBusObjectPathVTable
impl Unpin for DBusObjectPathVTable
impl UnwindSafe for DBusObjectPathVTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more