Struct gtk_sys::GtkMessageDialog [] [src]

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

Fields

Trait Implementations

impl Copy for GtkMessageDialog
[src]

impl Clone for GtkMessageDialog
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkMessageDialog
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations