#[repr(C)]pub struct GtkDialog {
pub window: GtkWindow,
pub priv_: *mut GtkDialogPrivate,
}Fields
window: GtkWindowpriv_: *mut GtkDialogPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkDialog
impl UnwindSafe for GtkDialog
Blanket Implementations
Mutably borrows from an owned value. Read more