Struct gtk_sys::GtkRecentChooserMenu
[−]
[src]
#[repr(C)]pub struct GtkRecentChooserMenu { pub parent_instance: GtkMenu, pub priv_: *mut GtkRecentChooserMenuPrivate, }
Fields
parent_instance: GtkMenu
priv_: *mut GtkRecentChooserMenuPrivate
Trait Implementations
impl Copy for GtkRecentChooserMenu[src]
impl Clone for GtkRecentChooserMenu[src]
fn clone(&self) -> GtkRecentChooserMenu[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