#[repr(C)]pub struct _GDebugControllerDBusClass {
pub parent_class: GObjectClass,
pub authorize: Option<unsafe extern "C" fn(controller: *mut GDebugControllerDBus, invocation: *mut GDBusMethodInvocation) -> gboolean>,
pub padding: [gpointer; 12],
}
Expand description
GDebugControllerDBusClass: @parent_class: The parent class. @authorize: Default handler for the #GDebugControllerDBus::authorize signal.
The virtual function table for #GDebugControllerDBus.
Since: 2.72
Fields§
§parent_class: GObjectClass
§padding: [gpointer; 12]
Trait Implementations§
Source§impl Clone for _GDebugControllerDBusClass
impl Clone for _GDebugControllerDBusClass
Source§fn clone(&self) -> _GDebugControllerDBusClass
fn clone(&self) -> _GDebugControllerDBusClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for _GDebugControllerDBusClass
impl Debug for _GDebugControllerDBusClass
impl Copy for _GDebugControllerDBusClass
impl Eq for _GDebugControllerDBusClass
impl StructuralPartialEq for _GDebugControllerDBusClass
Auto Trait Implementations§
impl Freeze for _GDebugControllerDBusClass
impl RefUnwindSafe for _GDebugControllerDBusClass
impl !Send for _GDebugControllerDBusClass
impl !Sync for _GDebugControllerDBusClass
impl Unpin for _GDebugControllerDBusClass
impl UnwindSafe for _GDebugControllerDBusClass
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