#[repr(C)]pub struct _GDebugControllerInterface {
pub g_iface: GTypeInterface,
}
Expand description
GDebugControllerInterface: @g_iface: The parent interface.
The virtual function table for #GDebugController.
Since: 2.72
Fields§
§g_iface: GTypeInterface
Trait Implementations§
Source§impl Clone for _GDebugControllerInterface
impl Clone for _GDebugControllerInterface
Source§fn clone(&self) -> _GDebugControllerInterface
fn clone(&self) -> _GDebugControllerInterface
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 _GDebugControllerInterface
impl Debug for _GDebugControllerInterface
impl Copy for _GDebugControllerInterface
impl Eq for _GDebugControllerInterface
impl StructuralPartialEq for _GDebugControllerInterface
Auto Trait Implementations§
impl Freeze for _GDebugControllerInterface
impl RefUnwindSafe for _GDebugControllerInterface
impl Send for _GDebugControllerInterface
impl Sync for _GDebugControllerInterface
impl Unpin for _GDebugControllerInterface
impl UnwindSafe for _GDebugControllerInterface
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