Struct gtk_sys::GtkApplicationClass [] [src]

#[repr(C)]
pub struct GtkApplicationClass { pub parent_class: GApplicationClass, pub window_added: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub window_removed: Option<unsafe extern "C" fn(_: *mut GtkApplication, _: *mut GtkWindow)>, pub padding: [gpointer; 12], }

Fields

Trait Implementations

impl Copy for GtkApplicationClass
[src]

impl Clone for GtkApplicationClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkApplicationClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations