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