Struct gio_sys::GApplication[][src]

#[repr(C)]
pub struct GApplication { pub parent_instance: GObject, pub priv_: *mut GApplicationPrivate, }

Fields

Trait Implementations

impl Copy for GApplication
[src]

impl Clone for GApplication
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GApplication
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GApplication

impl !Sync for GApplication