pub struct GDBusProxyClass {
pub g_properties_changed: Option<extern "C" fn(*mut GDBusProxy, *mut GVariant, *const *const gchar)>,
pub g_signal: Option<extern "C" fn(*mut GDBusProxy, *const gchar, *const gchar, *mut GVariant)>,
/* private fields */
}Fields§
§g_properties_changed: Option<extern "C" fn(*mut GDBusProxy, *mut GVariant, *const *const gchar)>§g_signal: Option<extern "C" fn(*mut GDBusProxy, *const gchar, *const gchar, *mut GVariant)>Auto Trait Implementations§
impl Freeze for GDBusProxyClass
impl RefUnwindSafe for GDBusProxyClass
impl !Send for GDBusProxyClass
impl !Sync for GDBusProxyClass
impl Unpin for GDBusProxyClass
impl UnwindSafe for GDBusProxyClass
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