#[repr(C)]pub struct _GAppLaunchContext {
pub parent_instance: GObject,
pub priv_: *mut GAppLaunchContextPrivate,
}
Expand description
GAppLaunchContext:
Integrating the launch with the launching application. This is used to handle for instance startup notification and launching the new application on the same screen as the launching window.
Fields§
§parent_instance: GObject
§priv_: *mut GAppLaunchContextPrivate
Trait 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
Source§impl PartialEq for _GAppLaunchContext
impl PartialEq for _GAppLaunchContext
impl Copy for _GAppLaunchContext
impl Eq for _GAppLaunchContext
impl StructuralPartialEq for _GAppLaunchContext
Auto Trait Implementations§
impl Freeze for _GAppLaunchContext
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