Struct frida_sys::_GApplication
source · #[repr(C)]pub struct _GApplication {
pub parent_instance: GObject,
pub priv_: *mut GApplicationPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GApplicationPrivateTrait Implementations§
source§impl Clone for _GApplication
impl Clone for _GApplication
source§fn clone(&self) -> _GApplication
fn clone(&self) -> _GApplication
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