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 Copy for GtkRecentChooserMenuimpl Clone for GtkRecentChooserMenu[src]
impl Clone for GtkRecentChooserMenufn clone(&self) -> GtkRecentChooserMenu[src]
fn clone(&self) -> GtkRecentChooserMenuReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkRecentChooserMenu[src]
impl Debug for GtkRecentChooserMenuAuto Trait Implementations
impl !Send for GtkRecentChooserMenu
impl !Send for GtkRecentChooserMenuimpl !Sync for GtkRecentChooserMenu
impl !Sync for GtkRecentChooserMenu