Struct frida_sys::_GAppLaunchContext
source · [−]#[repr(C)]pub struct _GAppLaunchContext {
pub parent_instance: GObject,
pub priv_: *mut GAppLaunchContextPrivate,
}Fields
parent_instance: GObjectpriv_: *mut GAppLaunchContextPrivateTrait Implementations
sourceimpl Clone for _GAppLaunchContext
impl Clone for _GAppLaunchContext
sourcefn clone(&self) -> _GAppLaunchContext
fn clone(&self) -> _GAppLaunchContext
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more