#[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],
}Fields§
§parent_class: GObjectClass§padding: [gpointer; 12]Trait Implementations§
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