pub type GDebugControllerInterface = _GDebugControllerInterface;
Expand description
GDebugControllerInterface: @g_iface: The parent interface.
The virtual function table for #GDebugController.
Since: 2.72
Aliased Type§
struct GDebugControllerInterface {
pub g_iface: _GTypeInterface,
}
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 more