Struct gtk_sys::GtkAboutDialog
source · #[repr(C)]pub struct GtkAboutDialog {
pub parent_instance: GtkDialog,
pub priv_: *mut GtkAboutDialogPrivate,
}
Fields§
§parent_instance: GtkDialog
§priv_: *mut GtkAboutDialogPrivate
Trait Implementations§
source§impl Clone for GtkAboutDialog
impl Clone for GtkAboutDialog
source§fn clone(&self) -> GtkAboutDialog
fn clone(&self) -> GtkAboutDialog
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more