Struct gtk_sys::GtkRecentChooserWidget[][src]

#[repr(C)]
pub struct GtkRecentChooserWidget { pub parent_instance: GtkBox, pub priv_: *mut GtkRecentChooserWidgetPrivate, }

Fields

Trait Implementations

impl Copy for GtkRecentChooserWidget
[src]

impl Clone for GtkRecentChooserWidget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentChooserWidget
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations