Struct gtk_sys::GtkAboutDialog[][src]

#[repr(C)]
pub struct GtkAboutDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkAboutDialogPrivate, }

Fields

Trait Implementations

impl Copy for GtkAboutDialog
[src]

impl Clone for GtkAboutDialog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkAboutDialog
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations