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 more