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
Auto Trait Implementations
impl RefUnwindSafe for GtkAboutDialog
impl !Send for GtkAboutDialog
impl !Sync for GtkAboutDialog
impl Unpin for GtkAboutDialog
impl UnwindSafe for GtkAboutDialog
Blanket Implementations
Mutably borrows from an owned value. Read more