#[repr(C)]pub struct _GDebugControllerInterface {
pub g_iface: GTypeInterface,
}Fields§
§g_iface: GTypeInterfaceTrait Implementations§
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