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
impl Copy for GtkRecentChooserDialog
[src]
impl Clone for GtkRecentChooserDialog
[src]
fn clone(&self) -> GtkRecentChooserDialog
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more