#[repr(C)]pub struct GAppLaunchContextClass {
pub parent_class: GObjectClass,
pub get_display: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GList) -> *mut gchar>,
pub get_startup_notify_id: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GList) -> *mut gchar>,
pub launch_failed: Option<extern "C" fn(*mut GAppLaunchContext, *const gchar)>,
pub launched: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GVariant)>,
pub _g_reserved1: Option<extern "C" fn()>,
pub _g_reserved2: Option<extern "C" fn()>,
pub _g_reserved3: Option<extern "C" fn()>,
pub _g_reserved4: Option<extern "C" fn()>,
}Fields§
§parent_class: GObjectClass§get_display: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GList) -> *mut gchar>§get_startup_notify_id: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GList) -> *mut gchar>§launch_failed: Option<extern "C" fn(*mut GAppLaunchContext, *const gchar)>§launched: Option<extern "C" fn(*mut GAppLaunchContext, *mut GAppInfo, *mut GVariant)>§_g_reserved1: Option<extern "C" fn()>§_g_reserved2: Option<extern "C" fn()>§_g_reserved3: Option<extern "C" fn()>§_g_reserved4: Option<extern "C" fn()>Auto Trait Implementations§
impl Freeze for GAppLaunchContextClass
impl RefUnwindSafe for GAppLaunchContextClass
impl !Send for GAppLaunchContextClass
impl !Sync for GAppLaunchContextClass
impl Unpin for GAppLaunchContextClass
impl UnwindSafe for GAppLaunchContextClass
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