pub struct GDBusInterfaceVTable {
pub method_call: Option<GDBusInterfaceMethodCallFunc>,
pub get_property: Option<GDBusInterfaceGetPropertyFunc>,
pub set_property: Option<GDBusInterfaceSetPropertyFunc>,
/* private fields */
}Fields§
§method_call: Option<GDBusInterfaceMethodCallFunc>§get_property: Option<GDBusInterfaceGetPropertyFunc>§set_property: Option<GDBusInterfaceSetPropertyFunc>Auto Trait Implementations§
impl Freeze for GDBusInterfaceVTable
impl RefUnwindSafe for GDBusInterfaceVTable
impl !Send for GDBusInterfaceVTable
impl !Sync for GDBusInterfaceVTable
impl Unpin for GDBusInterfaceVTable
impl UnwindSafe for GDBusInterfaceVTable
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