Struct gtk_sys::GtkRecentChooserDialog [−][src]
#[repr(C)]pub struct GtkRecentChooserDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkRecentChooserDialogPrivate, }
Fields
parent_instance: GtkDialogpriv_: *mut GtkRecentChooserDialogPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkRecentChooserDialogimpl !Send for GtkRecentChooserDialogimpl !Sync for GtkRecentChooserDialogimpl Unpin for GtkRecentChooserDialogimpl UnwindSafe for GtkRecentChooserDialogBlanket Implementations
Mutably borrows from an owned value. Read more