Struct gtk_sys::GtkRecentChooserMenu[][src]

#[repr(C)]
pub struct GtkRecentChooserMenu { pub parent_instance: GtkMenu, pub priv_: *mut GtkRecentChooserMenuPrivate, }

Fields

Trait Implementations

impl Copy for GtkRecentChooserMenu
[src]

impl Clone for GtkRecentChooserMenu
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentChooserMenu
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRecentChooserMenu

impl !Sync for GtkRecentChooserMenu