Struct frida_sys::_GAppLaunchContext
source · #[repr(C)]pub struct _GAppLaunchContext {
pub parent_instance: GObject,
pub priv_: *mut GAppLaunchContextPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GAppLaunchContextPrivateTrait Implementations§
source§impl Clone for _GAppLaunchContext
impl Clone for _GAppLaunchContext
source§fn clone(&self) -> _GAppLaunchContext
fn clone(&self) -> _GAppLaunchContext
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 _GAppLaunchContext
impl Debug for _GAppLaunchContext
impl Copy for _GAppLaunchContext
Auto Trait Implementations§
impl RefUnwindSafe for _GAppLaunchContext
impl !Send for _GAppLaunchContext
impl !Sync for _GAppLaunchContext
impl Unpin for _GAppLaunchContext
impl UnwindSafe for _GAppLaunchContext
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