Struct gtk4_sys::GtkMessageDialog
source · #[repr(C)]pub struct GtkMessageDialog {
pub parent_instance: GtkDialog,
}Fields§
§parent_instance: GtkDialogTrait Implementations§
source§impl Clone for GtkMessageDialog
impl Clone for GtkMessageDialog
source§fn clone(&self) -> GtkMessageDialog
fn clone(&self) -> GtkMessageDialog
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