Struct gio_sys::GApplication [−][src]
#[repr(C)]pub struct GApplication { pub parent_instance: GObject, pub priv_: *mut GApplicationPrivate, }
Fields
parent_instance: GObject
priv_: *mut GApplicationPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GApplication
impl !Send for GApplication
impl !Sync for GApplication
impl Unpin for GApplication
impl UnwindSafe for GApplication
Blanket Implementations
Mutably borrows from an owned value. Read more