Struct gtk4_sys::GtkNativeDialog [−][src]
#[repr(C)]pub struct GtkNativeDialog {
pub parent_instance: GObject,
}
Fields
parent_instance: GObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkNativeDialog
impl !Send for GtkNativeDialog
impl !Sync for GtkNativeDialog
impl Unpin for GtkNativeDialog
impl UnwindSafe for GtkNativeDialog
Blanket Implementations
Mutably borrows from an owned value. Read more