Struct gtk_sys::GtkRecentManager[][src]

#[repr(C)]
pub struct GtkRecentManager { pub parent_instance: GObject, pub priv_: *mut GtkRecentManagerPrivate, }

Fields

Trait Implementations

impl Copy for GtkRecentManager
[src]

impl Clone for GtkRecentManager
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkRecentManager
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkRecentManager

impl !Sync for GtkRecentManager