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