Struct gtk_sys::GtkApplication[][src]

#[repr(C)]
pub struct GtkApplication { pub parent: GApplication, pub priv_: *mut GtkApplicationPrivate, }

Fields

Trait Implementations

impl Copy for GtkApplication
[src]

impl Clone for GtkApplication
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkApplication
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkApplication

impl !Sync for GtkApplication