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